HomeSort by: relevance | last modified time | path
    Searched refs:getAutoRRefDeductType (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h 1606 QualType getAutoRRefDeductType() const;
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaStmt.cpp 2482 Context.getAutoRRefDeductType(),
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp 5609 /// getAutoRRefDeductType - Get type pattern for deducing against 'auto &&'.
5610 QualType ASTContext::getAutoRRefDeductType() const {
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReader.cpp 7030 T = Context.getAutoRRefDeductType();

Completed in 150 milliseconds