Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DComment.cpp141 if (AdjustedTypeLoc ATL = TL.getAs<AdjustedTypeLoc>()) in lookThroughTypedefOrTypeAliasLocs() local
H A DTypeLoc.cpp445 if (auto ATL = getAs<AttributedTypeLoc>()) { in findNullabilityLoc() local
/openbsd-src/gnu/llvm/clang/lib/ARCMigrate/
H A DTransGCAttrs.cpp243 if (AttributedTypeLoc ATL = in checkAllAtProps() local
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DTypeLoc.h2636 else if (auto ATL = Cur.getAs<AttributedTypeLoc>()) in getAsAdjusted() local
2638 else if (auto ATL = Cur.getAs<BTFTagAttributedTypeLoc>()) in getAsAdjusted() local
2642 else if (auto ATL = Cur.getAs<AdjustedTypeLoc>()) in getAsAdjusted() local
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaType.cpp6447 static void fillAtomicQualLoc(AtomicTypeLoc ATL, const DeclaratorChunk &Chunk) { in fillAtomicQualLoc()
6513 if (AtomicTypeLoc ATL = CurrTL.getAs<AtomicTypeLoc>()) { in GetTypeSourceInfoForDeclarator() local
H A DSemaInit.cpp7379 AttributedTypeLoc ATL; in implicitObjectParamIsLifetimeBound() local
H A DSemaDecl.cpp6982 AttributedTypeLoc ATL; in checkAttributesAfterMerging() local
H A DSemaExpr.cpp6474 if (ArrayTypeLoc ATL = TL.getAs<ArrayTypeLoc>()) in DiagnoseCalleeStaticArrayParam() local