Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1797 QualType getAutoRRefDeductType() const;
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp2382 Context.getAutoRRefDeductType(), in ActOnCXXForRangeStmt()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp7398 T = Context.getAutoRRefDeductType(); in GetType()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp6336 QualType ASTContext::getAutoRRefDeductType() const { in getAutoRRefDeductType() function in ASTContext