Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h1529 QualType getAutoRRefDeductType() const;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaStmt.cpp2120 Context.getAutoRRefDeductType(), in ActOnCXXForRangeStmt()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp4939 QualType ASTContext::getAutoRRefDeductType() const { in getAutoRRefDeductType() function in ASTContext
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp6989 T = Context.getAutoRRefDeductType(); in GetType()