Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransGCAttrs.cpp243 if (AttributedTypeLoc ATL = in checkAllAtProps() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTypeLoc.cpp451 if (auto ATL = getAs<AttributedTypeLoc>()) { in findNullabilityLoc() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DCheckExprLifetime.cpp396 AttributedTypeLoc ATL; in implicitObjectParamIsLifetimeBound() local
H A DSemaType.cpp6189 static void fillAtomicQualLoc(AtomicTypeLoc ATL, const DeclaratorChunk &Chunk) { in fillAtomicQualLoc()
6261 if (AtomicTypeLoc ATL = CurrTL.getAs<AtomicTypeLoc>()) { in GetTypeSourceInfoForDeclarator() local
H A DTreeTransform.h14578 if (auto ATL = OldCallOpTypeLoc.getAs<AttributedTypeLoc>()) { in TransformLambdaExpr() local
14597 if (auto ATL = NewCallOpTSI->getTypeLoc().getAs<AttributedTypeLoc>()) { in TransformLambdaExpr() local
H A DSemaDecl.cpp6928 AttributedTypeLoc ATL; in checkAttributesAfterMerging() local
H A DSemaExpr.cpp6002 if (ArrayTypeLoc ATL = TL.getAs<ArrayTypeLoc>()) in DiagnoseCalleeStaticArrayParam() local
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTypeLoc.h2689 else if (auto ATL = Cur.getAs<AttributedTypeLoc>()) in getAsAdjusted() local
2691 else if (auto ATL = Cur.getAs<BTFTagAttributedTypeLoc>()) in getAsAdjusted() local
2695 else if (auto ATL = Cur.getAs<AdjustedTypeLoc>()) in getAsAdjusted() local