reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1535 QualType getAutoDeductType() const;
4989 return getAutoDeductType(); 5069 AutoRRefDeductTy = getRValueReferenceType(getAutoDeductType());tools/clang/lib/Sema/SemaDecl.cpp
11207 Context.hasSameUnqualifiedType(Type, Context.getAutoDeductType()) &&
tools/clang/lib/Sema/SemaLambda.cpp791 QualType DeductType = Context.getAutoDeductType(); 927 getLangOpts().CPlusPlus14 ? Context.getAutoDeductType()tools/clang/lib/Sema/SemaStmt.cpp
2417 QualType AutoType = Context.getAutoDeductType();
tools/clang/lib/Sema/SemaType.cpp 1329 Result = Context.getAutoDeductType();
tools/clang/lib/Serialization/ASTReader.cpp 7472 T = Context.getAutoDeductType();
tools/clang/tools/extra/clang-tidy/modernize/LoopConvertCheck.cpp 617 QualType Type = Context->getAutoDeductType();