Searched defs:TypeMayContainAuto (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp352 bool TypeMayContainAuto = true; local
356 TypeMayContainAuto);
358 SemaRef.ActOnUninitializedDecl(Var, TypeMayContainAuto);
H A DSemaExprCXX.cpp1053 bool TypeMayContainAuto) {
1094 if (TypeMayContainAuto &&
1043 BuildCXXNew(SourceLocation StartLoc, bool UseGlobal, SourceLocation PlacementLParen, MultiExprArg PlacementArgs, SourceLocation PlacementRParen, SourceRange TypeIdParens, QualType AllocType, TypeSourceInfo *AllocTypeInfo, Expr *ArraySize, SourceRange DirectInitRange, Expr *Initializer, bool TypeMayContainAuto) argument
H A DSemaDecl.cpp3142 ActOnUninitializedDecl(Anon, /*TypeMayContainAuto=*/false);
6351 bool DirectInit, bool TypeMayContainAuto) {
6394 if (TypeMayContainAuto &&
6764 bool TypeMayContainAuto) {
6773 if (TypeMayContainAuto && Type->getContainedAutoType()) {
7162 bool TypeMayContainAuto) {
7170 if (TypeMayContainAuto && NumDecls > 1) {
6350 AddInitializerToDecl(Decl *RealDecl, Expr *Init, bool DirectInit, bool TypeMayContainAuto) argument
6763 ActOnUninitializedDecl(Decl *RealDecl, bool TypeMayContainAuto) argument
7161 BuildDeclaratorGroup(Decl **Group, unsigned NumDecls, bool TypeMayContainAuto) argument

Completed in 918 milliseconds