Home
last modified time | relevance | path

Searched refs:isDecltypeAuto (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/AST/
H A DTypeLoc.h2124 bool isDecltypeAuto() const { return getTypePtr()->isDecltypeAuto(); } in isDecltypeAuto() function
2214 isDecltypeAuto() ? getRParenLoc() : getNameLoc()}; in getLocalSourceRange()
H A DType.h5149 bool isDecltypeAuto() const {
/llvm-project-15.0.7/clang/lib/AST/
H A DTextNodeDumper.cpp1572 if (T->isDecltypeAuto()) in VisitAutoType()
H A DMicrosoftMangle.cpp2639 mangleSourceName(AT->isDecltypeAuto() ? "<decltype-auto>" : "<auto>"); in mangleFunctionType()
H A DItaniumMangle.cpp4002 Out << (T->isDecltypeAuto() ? "Dc" : "Da"); in mangleType()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaType.cpp3566 !Auto->isDecltypeAuto()) in GetDeclSpecTypeForDeclarator()
4556 if ((AT && AT->isDecltypeAuto()) || IsClassTemplateDeduction) { in GetFullTypeForDeclarator()
5033 if (!AT->isDecltypeAuto()) in GetFullTypeForDeclarator()
H A DSemaStmt.cpp3874 << (AT->isDecltypeAuto() ? 1 : 0) in DeduceFunctionTypeFromReturnExpr()
H A DSemaTemplateDeduction.cpp4646 if (AT->isDecltypeAuto()) { in DeduceAutoType()
H A DSemaTemplate.cpp6871 if (AT && AT->isDecltypeAuto()) { in CheckTemplateArgument()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriter.cpp469 Record.push_back(TL.isDecltypeAuto()); in VisitAutoTypeLoc()
470 if (TL.isDecltypeAuto()) in VisitAutoTypeLoc()