Home
last modified time | relevance | path

Searched defs:ATL (Results 1 – 12 of 12) sorted by relevance

/llvm-project/clang/lib/AST/
H A DComment.cpp144 if (AdjustedTypeLoc ATL = TL.getAs<AdjustedTypeLoc>()) in lookThroughTypedefOrTypeAliasLocs() local
H A DTypeLoc.cpp451 if (auto ATL = getAs<AttributedTypeLoc>()) { findNullabilityLoc() local
/llvm-project/clang/lib/ARCMigrate/
H A DTransGCAttrs.cpp243 if (AttributedTypeLoc ATL = in checkAllAtProps() local
/llvm-project/clang/unittests/AST/
H A DASTTraverserTest.cpp275 const auto ATL = TL.getNextTypeLoc().getAs<AttributedTypeLoc>(); in TEST() local
/llvm-project/clang/lib/Sema/
H A DCheckExprLifetime.cpp389 AttributedTypeLoc ATL; implicitObjectParamIsLifetimeBound() local
H A DSemaType.cpp6134 fillAtomicQualLoc(AtomicTypeLoc ATL,const DeclaratorChunk & Chunk) fillAtomicQualLoc() argument
6206 if (AtomicTypeLoc ATL = CurrTL.getAs<AtomicTypeLoc>()) { GetTypeSourceInfoForDeclarator() local
H A DTreeTransform.h14547 if (auto ATL = OldCallOpTypeLoc.getAs<AttributedTypeLoc>()) { TransformLambdaExpr() local
14566 if (auto ATL = NewCallOpTSI->getTypeLoc().getAs<AttributedTypeLoc>()) { TransformLambdaExpr() local
H A DSemaDecl.cpp6903 AttributedTypeLoc ATL; checkAttributesAfterMerging() local
H A DSemaExpr.cpp5964 if (ArrayTypeLoc ATL = TL.getAs<ArrayTypeLoc>()) DiagnoseCalleeStaticArrayParam() local
/llvm-project/clang/include/clang/AST/
H A DTypeLoc.h2689 else if (auto ATL = Cur.getAs<AttributedTypeLoc>()) getAsAdjusted() local
2691 else if (auto ATL = Cur.getAs<BTFTagAttributedTypeLoc>()) getAsAdjusted() local
2695 else if (auto ATL = Cur.getAs<AdjustedTypeLoc>()) getAsAdjusted() local
/llvm-project/clang-tools-extra/clangd/
H A DAST.cpp639 for (AttributedTypeLoc ATL = TL->getAs<AttributedTypeLoc>(); !ATL.isNull(); in getAttributes() local
H A DSelection.cpp946 if (auto ATL = TL->getAs<ArrayTypeLoc>()) { in claimTokensFor() local