Home
last modified time | relevance | path

Searched refs:getAutoRRefDeductType (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTContext.h1736 QualType getAutoRRefDeductType() const;
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaStmt.cpp2521 Context.getAutoRRefDeductType(), in ActOnCXXForRangeStmt()
/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp5831 QualType ASTContext::getAutoRRefDeductType() const { in getAutoRRefDeductType() function in ASTContext
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReader.cpp7106 T = Context.getAutoRRefDeductType(); in GetType()