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

/external/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp3679 bool TypeMayContainAuto = true; local
3687 AddInitializerToDecl(Var, InitExpr, DirectInit, TypeMayContainAuto);
3689 ActOnUninitializedDecl(Var, TypeMayContainAuto);
H A DSemaExprCXX.cpp1162 bool TypeMayContainAuto) {
1196 if (TypeMayContainAuto && AllocType->isUndeducedType()) {
1152 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.cpp3915 ActOnUninitializedDecl(Anon, /*TypeMayContainAuto=*/false);
8262 bool DirectInit, bool TypeMayContainAuto) {
8294 if (TypeMayContainAuto && VDecl->getType()->isUndeducedType()) {
8758 bool TypeMayContainAuto) {
8767 if (TypeMayContainAuto && Type->getContainedAutoType()) {
9348 bool TypeMayContainAuto) {
9356 if (TypeMayContainAuto && Group.size() > 1) {
8261 AddInitializerToDecl(Decl *RealDecl, Expr *Init, bool DirectInit, bool TypeMayContainAuto) argument
8757 ActOnUninitializedDecl(Decl *RealDecl, bool TypeMayContainAuto) argument
9347 BuildDeclaratorGroup(MutableArrayRef<Decl *> Group, bool TypeMayContainAuto) argument

Completed in 110 milliseconds