Home
last modified time | relevance | path

Searched refs:getAsAdjusted (Results 1 – 16 of 16) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTypeLoc.cpp750 if (const auto TSTL = getAsAdjusted<TemplateSpecializationTypeLoc>()) in getTemplateKeywordLoc()
753 getAsAdjusted<DependentTemplateSpecializationTypeLoc>()) in getTemplateKeywordLoc()
H A DDeclBase.cpp485 if (TypedefTypeLoc TTL = TL.getAsAdjusted<TypedefTypeLoc>()) { in isFlexibleArrayMemberLike()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTypeLoc.h103 T getAsAdjusted() const;
2684 inline T TypeLoc::getAsAdjusted() const { in getAsAdjusted() function
H A DType.h2799 template <typename T> const T *getAsAdjusted() const;
8536 template <typename T> const T *Type::getAsAdjusted() const {
H A DRecursiveASTVisitor.h2725 FunctionProtoTypeLoc Proto = TL.getAsAdjusted<FunctionProtoTypeLoc>();
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DCheckExprLifetime.cpp398 (ATL = TL.getAsAdjusted<AttributedTypeLoc>()); in implicitObjectParamIsLifetimeBound()
H A DSemaTemplateDeductionGuide.cpp417 .getAsAdjusted<FunctionProtoTypeLoc>(); in transformConstructor()
H A DSemaDecl.cpp6177 if (const auto *TST = T->getAsAdjusted<TemplateSpecializationType>()) { in diagnoseQualifiedDeclaration()
6186 } else if (T->isDecltypeType() || T->getAsAdjusted<PackIndexingType>()) { in diagnoseQualifiedDeclaration()
6930 (ATL = TL.getAsAdjusted<AttributedTypeLoc>()); in checkAttributesAfterMerging()
9174 (!R->getAsAdjusted<FunctionType>() && R->isFunctionProtoType()); in CreateNewFunctionDecl()
H A DSemaStmt.cpp3621 .getAsAdjusted<FunctionProtoTypeLoc>() in getReturnTypeLoc()
H A DSemaTemplateInstantiateDecl.cpp4124 auto OldLoc = TInfo->getTypeLoc().getAsAdjusted<FunctionProtoTypeLoc>(); in adjustForRewrite()
H A DSemaCodeComplete.cpp2892 if (TypedefTypeLoc TypedefTL = TL.getAsAdjusted<TypedefTypeLoc>()) { in findTypeLocationForBlockDecl()
H A DSemaDeclCXX.cpp11452 TSI->getTypeLoc().getAsAdjusted<TemplateSpecializationTypeLoc>()) { in CheckDeductionGuideDeclarator()
H A DTreeTransform.h4470 TypedefTypeLoc TTL = TL.getAsAdjusted<TypedefTypeLoc>(); in TransformNestedNameSpecifierLoc()
H A DSemaExpr.cpp15992 .getAsAdjusted<FunctionProtoTypeLoc>())) { in ActOnBlockArguments()
H A DSemaOpenMP.cpp7393 const auto *PTy = AdjustedFnType->getAsAdjusted<FunctionProtoType>(); in checkOpenMPDeclareVariantFunction()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp4002 if (auto FTL = TSI->getTypeLoc().getAsAdjusted<FunctionTypeLoc>()) in EmitReturnValueCheck()