Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1651 QualType getAutoRRefDeductType() const;
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp2483 Context.getAutoRRefDeductType(), in ActOnCXXForRangeStmt()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp5625 QualType ASTContext::getAutoRRefDeductType() const { in getAutoRRefDeductType() function in ASTContext
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp7052 T = Context.getAutoRRefDeductType(); in GetType()