Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DTypeLoc.h2124 bool isDecltypeAuto() const { return getTypePtr()->isDecltypeAuto(); } in isDecltypeAuto() function
2212 isDecltypeAuto() ? getRParenLoc() : getNameLoc()}; in getLocalSourceRange()
H A DType.h5477 bool isDecltypeAuto() const {
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DTextNodeDumper.cpp1780 if (T->isDecltypeAuto()) in VisitAutoType()
H A DItaniumMangle.cpp4385 Out << (T->isDecltypeAuto() ? "DK" : "Dk"); in mangleType()
4389 Out << (T->isDecltypeAuto() ? "Dc" : "Da"); in mangleType()
H A DMicrosoftMangle.cpp2770 mangleSourceName(AT->isDecltypeAuto() ? "<decltype-auto>" : "<auto>"); in mangleFunctionType()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp4929 if (Init->getType()->isNonOverloadPlaceholderType() || AT->isDecltypeAuto()) { in DeduceAutoType()
4989 if (AT->isDecltypeAuto()) { in DeduceAutoType()
H A DSemaType.cpp3736 !Auto->isDecltypeAuto()) in GetDeclSpecTypeForDeclarator()
4728 if ((AT && AT->isDecltypeAuto()) || IsClassTemplateDeduction) { in GetFullTypeForDeclarator()
H A DSemaStmt.cpp3875 << (AT->isDecltypeAuto() ? 1 : 0) << Info.SecondArg in DeduceFunctionTypeFromReturnExpr()
H A DSemaTemplate.cpp7240 if (AT && AT->isDecltypeAuto()) { in CheckTemplateArgument()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp491 Record.push_back(TL.isDecltypeAuto()); in VisitAutoTypeLoc()
492 if (TL.isDecltypeAuto()) in VisitAutoTypeLoc()