Home
last modified time | relevance | path

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

/external/clang/lib/Serialization/
DASTCommon.h63 if (T == Context.AutoDeductTy) in MakeTypeID()
/external/llvm-project/clang/lib/Serialization/
DASTCommon.h65 if (T == Context.AutoDeductTy) in MakeTypeID()
/external/clang/include/clang/AST/
DASTContext.h922 mutable QualType AutoDeductTy; // Deduction against 'auto'. variable
/external/llvm-project/clang/include/clang/AST/
DASTContext.h1014 mutable QualType AutoDeductTy; // Deduction against 'auto'. variable
/external/clang/lib/AST/
DASTContext.cpp4091 if (AutoDeductTy.isNull()) in getAutoDeductType()
4092 AutoDeductTy = QualType( in getAutoDeductType()
4096 return AutoDeductTy; in getAutoDeductType()
/external/llvm-project/clang/lib/AST/
DASTContext.cpp5530 if (AutoDeductTy.isNull()) in getAutoDeductType()
5531 AutoDeductTy = QualType(new (*this, TypeAlignment) in getAutoDeductType()
5536 return AutoDeductTy; in getAutoDeductType()
/external/llvm-project/clang/lib/Sema/
DSemaDeclCXX.cpp8388 << (int)DCK << FD->getDeclaredReturnType() << Context.AutoDeductTy in CheckExplicitlyDefaultedComparison()