Home
last modified time | relevance | path

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

/external/clang/lib/Serialization/
DASTCommon.h61 if (T == Context.AutoDeductTy) in MakeTypeID()
/external/clang/include/clang/AST/
DASTContext.h909 mutable QualType AutoDeductTy; // Deduction against 'auto'. variable
/external/clang/lib/AST/
DASTContext.cpp4037 if (AutoDeductTy.isNull()) in getAutoDeductType()
4038 AutoDeductTy = QualType( in getAutoDeductType()
4042 return AutoDeductTy; in getAutoDeductType()