Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DASTContext.h1319 QualType getAutoRRefDeductType() const;
/external/clang/lib/Sema/
DSemaStmt.cpp1997 Context.getAutoRRefDeductType(), in ActOnCXXForRangeStmt()
/external/clang/lib/AST/
DASTContext.cpp4100 QualType ASTContext::getAutoRRefDeductType() const { in getAutoRRefDeductType() function in ASTContext
/external/clang/lib/Serialization/
DASTReader.cpp6104 T = Context.getAutoRRefDeductType(); in GetType()