Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTypeLoc.h2249 bool isDecltypeAuto() const { return getTypePtr()->isDecltypeAuto(); } in isDecltypeAuto() function
2337 isDecltypeAuto() ? getRParenLoc() : getNameLoc()}; in getLocalSourceRange()
H A DType.h6760 bool isDecltypeAuto() const {
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DMicrosoftMangle.cpp2538 Out << (AT->isDecltypeAuto() ? "_T" : "_P"); in mangleAutoReturnType()
2971 mangleSourceName(AT->isDecltypeAuto() ? "<decltype-auto>" : "<auto>"); in mangleFunctionType()
3014 mangleSourceName(AT->isDecltypeAuto() ? "<decltype-auto>" : "<auto>"); in mangleFunctionType()
H A DItaniumMangle.cpp4617 Out << (T->isDecltypeAuto() ? "DK" : "Dk"); in mangleType()
4621 Out << (T->isDecltypeAuto() ? "Dc" : "Da"); in mangleType()
H A DTextNodeDumper.cpp2169 if (T->isDecltypeAuto()) in VisitAutoType()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp5169 if (Init->getType()->isNonOverloadPlaceholderType() || AT->isDecltypeAuto()) { in DeduceAutoType()
5229 if (AT->isDecltypeAuto()) { in DeduceAutoType()
H A DSemaType.cpp3322 !Auto->isDecltypeAuto()) in GetDeclSpecTypeForDeclarator()
4296 if ((AT && AT->isDecltypeAuto()) || IsClassTemplateDeduction) { in GetFullTypeForDeclarator()
H A DSemaStmt.cpp3814 << (AT->isDecltypeAuto() ? 1 : 0) << Info.SecondArg in DeduceFunctionTypeFromReturnExpr()
H A DSemaTemplate.cpp6953 if (AT && AT->isDecltypeAuto()) { in CheckTemplateArgument()
7765 if (AT && AT->isDecltypeAuto()) { in BuildExpressionFromDeclTemplateArgument()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp560 Record.push_back(TL.isDecltypeAuto()); in VisitAutoTypeLoc()
561 if (TL.isDecltypeAuto()) in VisitAutoTypeLoc()