Searched refs:getAsAdjusted (Results 1 – 16 of 16) sorted by relevance
750 if (const auto TSTL = getAsAdjusted<TemplateSpecializationTypeLoc>()) in getTemplateKeywordLoc()753 getAsAdjusted<DependentTemplateSpecializationTypeLoc>()) in getTemplateKeywordLoc()
485 if (TypedefTypeLoc TTL = TL.getAsAdjusted<TypedefTypeLoc>()) { in isFlexibleArrayMemberLike()
103 T getAsAdjusted() const;2684 inline T TypeLoc::getAsAdjusted() const { in getAsAdjusted() function
2799 template <typename T> const T *getAsAdjusted() const;8536 template <typename T> const T *Type::getAsAdjusted() const {
2725 FunctionProtoTypeLoc Proto = TL.getAsAdjusted<FunctionProtoTypeLoc>();
398 (ATL = TL.getAsAdjusted<AttributedTypeLoc>()); in implicitObjectParamIsLifetimeBound()
417 .getAsAdjusted<FunctionProtoTypeLoc>(); in transformConstructor()
6177 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()
3621 .getAsAdjusted<FunctionProtoTypeLoc>() in getReturnTypeLoc()
4124 auto OldLoc = TInfo->getTypeLoc().getAsAdjusted<FunctionProtoTypeLoc>(); in adjustForRewrite()
2892 if (TypedefTypeLoc TypedefTL = TL.getAsAdjusted<TypedefTypeLoc>()) { in findTypeLocationForBlockDecl()
11452 TSI->getTypeLoc().getAsAdjusted<TemplateSpecializationTypeLoc>()) { in CheckDeductionGuideDeclarator()
4470 TypedefTypeLoc TTL = TL.getAsAdjusted<TypedefTypeLoc>(); in TransformNestedNameSpecifierLoc()
15992 .getAsAdjusted<FunctionProtoTypeLoc>())) { in ActOnBlockArguments()
7393 const auto *PTy = AdjustedFnType->getAsAdjusted<FunctionProtoType>(); in checkOpenMPDeclareVariantFunction()
4002 if (auto FTL = TSI->getTypeLoc().getAsAdjusted<FunctionTypeLoc>()) in EmitReturnValueCheck()