reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/AST/ASTContext.h
 1535   QualType getAutoDeductType() const;

References

tools/clang/lib/AST/ASTContext.cpp
 4989     return getAutoDeductType();
 5069     AutoRRefDeductTy = getRValueReferenceType(getAutoDeductType());
tools/clang/lib/Sema/SemaDecl.cpp
11207       Context.hasSameUnqualifiedType(Type, Context.getAutoDeductType()) &&
tools/clang/lib/Sema/SemaLambda.cpp
  791   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();