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.h1975 QualType getAutoRRefDeductType() const;
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp2489 Context.getAutoRRefDeductType(), in ActOnCXXForRangeStmt()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp7741 T = Context.getAutoRRefDeductType(); in GetType()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp6783 QualType ASTContext::getAutoRRefDeductType() const { in getAutoRRefDeductType() function in ASTContext