Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h1606 QualType getAutoRRefDeductType() const;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaStmt.cpp2482 Context.getAutoRRefDeductType(), in ActOnCXXForRangeStmt()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp5610 QualType ASTContext::getAutoRRefDeductType() const { in getAutoRRefDeductType() function in ASTContext
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp7030 T = Context.getAutoRRefDeductType(); in GetType()