Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/include/clang/AST/
DTypeLoc.h102 T getAsAdjusted() const;
2631 inline T TypeLoc::getAsAdjusted() const { in getAsAdjusted() function
DType.h2435 template <typename T> const T *getAsAdjusted() const;
7414 template <typename T> const T *Type::getAsAdjusted() const {
DRecursiveASTVisitor.h2664 FunctionProtoTypeLoc Proto = TL.getAsAdjusted<FunctionProtoTypeLoc>();
/openbsd/src/gnu/llvm/clang/lib/ASTMatchers/
DASTMatchFinder.cpp558 FunctionProtoTypeLoc Proto = TL.getAsAdjusted<FunctionProtoTypeLoc>(); in dataTraverseNode()
/openbsd/src/gnu/llvm/clang/lib/Sema/
DSemaStmt.cpp3773 .getAsAdjusted<FunctionProtoTypeLoc>() in getReturnTypeLoc()
DSemaTemplateInstantiateDecl.cpp4022 auto OldLoc = TInfo->getTypeLoc().getAsAdjusted<FunctionProtoTypeLoc>(); in adjustForRewrite()
DSemaDecl.cpp6984 (ATL = TL.getAsAdjusted<AttributedTypeLoc>()); in checkAttributesAfterMerging()
9076 (!R->getAsAdjusted<FunctionType>() && R->isFunctionProtoType()); in CreateNewFunctionDecl()
DSemaTemplate.cpp2318 .getAsAdjusted<FunctionProtoTypeLoc>(); in transformConstructor()
DSemaInit.cpp7381 (ATL = TL.getAsAdjusted<AttributedTypeLoc>()); in implicitObjectParamIsLifetimeBound()
DSemaCodeComplete.cpp2823 if (TypedefTypeLoc TypedefTL = TL.getAsAdjusted<TypedefTypeLoc>()) { in findTypeLocationForBlockDecl()
DTreeTransform.h4298 TypedefTypeLoc TTL = TL.getAsAdjusted<TypedefTypeLoc>(); in TransformNestedNameSpecifierLoc()
DSemaDeclCXX.cpp11137 TSI->getTypeLoc().getAsAdjusted<TemplateSpecializationTypeLoc>()) { in CheckDeductionGuideDeclarator()
DSemaExpr.cpp16490 .getAsAdjusted<FunctionProtoTypeLoc>())) { in ActOnBlockArguments()
DSemaOpenMP.cpp7453 const auto *PTy = AdjustedFnType->getAsAdjusted<FunctionProtoType>(); in checkOpenMPDeclareVariantFunction()
/openbsd/src/gnu/llvm/clang/lib/AST/
DExpr.cpp267 if (TypedefTypeLoc TTL = TL.getAsAdjusted<TypedefTypeLoc>()) { in isFlexibleArrayMemberLike()
/openbsd/src/gnu/llvm/clang/lib/CodeGen/
DCGCall.cpp3757 if (auto FTL = TSI->getTypeLoc().getAsAdjusted<FunctionTypeLoc>()) in EmitReturnValueCheck()