Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDASTContext.h1237 QualType getAutoRRefDeductType() const;
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaStmt.cpp1962 Context.getAutoRRefDeductType(), in ActOnCXXForRangeStmt()
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDASTContext.cpp3984 QualType ASTContext::getAutoRRefDeductType() const { in getAutoRRefDeductType() function in ASTContext
/NextBSD/contrib/llvm/tools/clang/lib/Serialization/
HDASTReader.cpp5744 T = Context.getAutoRRefDeductType(); in GetType()