Searched refs:AutoDeductTy (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTCommon.h51 if (T == Context.AutoDeductTy)
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h793 mutable QualType AutoDeductTy; // Deduction against 'auto'. member in class:clang::ASTContext
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp3718 if (AutoDeductTy.isNull())
3719 AutoDeductTy = QualType(
3723 return AutoDeductTy;

Completed in 106 milliseconds