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

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp3720 bool TypeMayContainAuto = true; local
H A DSemaExprCXX.cpp1266 BuildCXXNew(SourceRange Range, 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.cpp9194 AddInitializerToDecl(Decl *RealDecl, Expr *Init, bool DirectInit, bool TypeMayContainAuto) argument
9663 ActOnUninitializedDecl(Decl *RealDecl, bool TypeMayContainAuto) argument
10303 BuildDeclaratorGroup(MutableArrayRef<Decl *> Group, bool TypeMayContainAuto) argument

Completed in 275 milliseconds