Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDASTContext.h1178 mutable QualType AutoDeductTy; // Deduction against 'auto'. variable
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDASTContext.cpp6326 if (AutoDeductTy.isNull()) in getAutoDeductType()
6327 AutoDeductTy = QualType(new (*this, alignof(AutoType)) in getAutoDeductType()
6332 return AutoDeductTy; in getAutoDeductType()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTWriter.cpp6182 if (T == Context.AutoDeductTy) in MakeTypeID()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaDeclCXX.cpp8893 << (int)DCK << FD->getDeclaredReturnType() << Context.AutoDeductTy in CheckExplicitlyDefaultedComparison()