Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DComment.cpp144 if (AdjustedTypeLoc ATL = TL.getAs<AdjustedTypeLoc>()) in lookThroughTypedefOrTypeAliasLocs() local
H A DTypeLoc.cpp448 if (auto ATL = getAs<AttributedTypeLoc>()) { findNullabilityLoc() local
/freebsd-src/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransGCAttrs.cpp243 if (AttributedTypeLoc ATL = in checkAllAtProps() local
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DTypeLoc.h2620 else if (auto ATL = Cur.getAs<AttributedTypeLoc>()) getAsAdjusted() local
2622 else if (auto ATL = Cur.getAs<BTFTagAttributedTypeLoc>()) getAsAdjusted() local
2626 else if (auto ATL = Cur.getAs<AdjustedTypeLoc>()) getAsAdjusted() local
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp6600 fillAtomicQualLoc(AtomicTypeLoc ATL,const DeclaratorChunk & Chunk) fillAtomicQualLoc() argument
6672 if (AtomicTypeLoc ATL = CurrTL.getAs<AtomicTypeLoc>()) { GetTypeSourceInfoForDeclarator() local
H A DSemaInit.cpp7521 AttributedTypeLoc ATL; implicitObjectParamIsLifetimeBound() local
H A DTreeTransform.h13668 if (auto ATL = OldCallOpTypeLoc.getAs<AttributedTypeLoc>()) { TransformLambdaExpr() local
13687 if (auto ATL = NewCallOpTSI->getTypeLoc().getAs<AttributedTypeLoc>()) { TransformLambdaExpr() local
H A DSemaDecl.cpp7126 AttributedTypeLoc ATL; checkAttributesAfterMerging() local
H A DSemaExpr.cpp6778 if (ArrayTypeLoc ATL = TL.getAs<ArrayTypeLoc>()) DiagnoseCalleeStaticArrayParam() local