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

/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h1314 QualType getAutoRRefDeductType() const;
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaStmt.cpp1976 Context.getAutoRRefDeductType(),
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp4086 /// getAutoRRefDeductType - Get type pattern for deducing against 'auto &&'.
4087 QualType ASTContext::getAutoRRefDeductType() const { function in class:ASTContext
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp6108 T = Context.getAutoRRefDeductType();

Completed in 208 milliseconds