Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Serialization/
HDASTCommon.h61 if (T == Context.AutoDeductTy) in MakeTypeID()
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDASTContext.h843 mutable QualType AutoDeductTy; // Deduction against 'auto'. variable
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDASTContext.cpp3975 if (AutoDeductTy.isNull()) in getAutoDeductType()
3976 AutoDeductTy = QualType( in getAutoDeductType()
3980 return AutoDeductTy; in getAutoDeductType()