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

  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTCommon.h 67 if (T == Context.AutoRRefDeductTy)
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h 1058 mutable QualType AutoRRefDeductTy; // Deduction against 'auto &&'.
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp 5611 if (AutoRRefDeductTy.isNull())
5612 AutoRRefDeductTy = getRValueReferenceType(getAutoDeductType());
5613 assert(!AutoRRefDeductTy.isNull() && "can't build 'auto &&' pattern");
5614 return AutoRRefDeductTy;

Completed in 49 milliseconds