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

  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTCommon.h 65 if (T == Context.AutoDeductTy)
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h 1057 mutable QualType AutoDeductTy; // Deduction against 'auto'.
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp 5600 if (AutoDeductTy.isNull())
5601 AutoDeductTy = QualType(new (*this, TypeAlignment)
5606 return AutoDeductTy;
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDeclCXX.cpp 8467 << (int)DCK << FD->getDeclaredReturnType() << Context.AutoDeductTy

Completed in 59 milliseconds