| /llvm-project-15.0.7/llvm/test/Instrumentation/AddressSanitizer/ |
| H A D | win-sorted-sections.ll | 5 ; initializers, and the ATL uses the ATL section to register other stuff. 21 @__pobjMapEntryFirst = weak_odr dso_local constant i8* null, section "ATL$__a", comdat, align 8 22 @__pobjMapEntryMiddle = weak_odr dso_local constant i8* null, section "ATL$__m", comdat, align 8 23 @__pobjMapEntryLast = weak_odr dso_local constant i8* null, section "ATL$__z", comdat, align 8 28 ; CHECK: @__pobjMapEntryFirst = weak_odr dso_local constant i8* null, section "ATL$__a", comdat, al… 29 ; CHECK: @__pobjMapEntryMiddle = weak_odr dso_local constant i8* null, section "ATL$__m", comdat, a… 30 ; CHECK: @__pobjMapEntryLast = weak_odr dso_local constant i8* null, section "ATL$__z", comdat, ali…
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/ |
| H A D | AST.cpp | 616 for (AttributedTypeLoc ATL = TL->getAs<AttributedTypeLoc>(); !ATL.isNull(); in getAttributes() local 617 ATL = ATL.getModifiedLoc().getAs<AttributedTypeLoc>()) { in getAttributes() 618 if (const Attr *A = ATL.getAttr()) in getAttributes() 620 assert(!ATL.getModifiedLoc().isNull()); in getAttributes()
|
| H A D | Selection.cpp | 918 if (auto ATL = TL->getAs<ArrayTypeLoc>()) { in claimTokensFor() local 919 claimRange(ATL.getBracketsRange(), Result); in claimTokensFor()
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | Comment.cpp | 141 if (AdjustedTypeLoc ATL = TL.getAs<AdjustedTypeLoc>()) in lookThroughTypedefOrTypeAliasLocs() local 142 return ATL.getOriginalLoc(); in lookThroughTypedefOrTypeAliasLocs()
|
| H A D | TypeLoc.cpp | 439 if (auto ATL = getAs<AttributedTypeLoc>()) { in findNullabilityLoc() local 440 const Attr *A = ATL.getAttr(); in findNullabilityLoc()
|
| /llvm-project-15.0.7/clang/lib/ARCMigrate/ |
| H A D | TransGCAttrs.cpp | 243 if (AttributedTypeLoc ATL = in checkAllAtProps() local 245 ATLs.push_back(std::make_pair(ATL, PD)); in checkAllAtProps()
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | TypeLoc.h | 2613 else if (auto ATL = Cur.getAs<AttributedTypeLoc>()) in getAsAdjusted() local 2614 Cur = ATL.getModifiedLoc(); in getAsAdjusted() 2615 else if (auto ATL = Cur.getAs<BTFTagAttributedTypeLoc>()) in getAsAdjusted() local 2616 Cur = ATL.getWrappedLoc(); in getAsAdjusted() 2619 else if (auto ATL = Cur.getAs<AdjustedTypeLoc>()) in getAsAdjusted() local 2620 Cur = ATL.getOriginalLoc(); in getAsAdjusted()
|
| /llvm-project-15.0.7/clang/docs/ |
| H A D | MSVCCompatibility.rst | 117 libraries such as the Active Template Library (ATL) and Windows Runtime Library 154 As of this writing, Clang is able to compile a simple ATL hello world
|
| /llvm-project-15.0.7/clang/unittests/AST/ |
| H A D | ASTTraverserTest.cpp | 275 const auto ATL = TL.getNextTypeLoc().getAs<AttributedTypeLoc>(); in TEST() local 276 const auto *AS = cast<AddressSpaceAttr>(ATL.getAttr()); in TEST()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaType.cpp | 6349 static void fillAtomicQualLoc(AtomicTypeLoc ATL, const DeclaratorChunk &Chunk) { in fillAtomicQualLoc() argument 6369 ATL.setKWLoc(Loc); in fillAtomicQualLoc() 6370 ATL.setParensRange(SourceRange()); in fillAtomicQualLoc() 6430 if (AtomicTypeLoc ATL = CurrTL.getAs<AtomicTypeLoc>()) { in GetTypeSourceInfoForDeclarator() local 6431 fillAtomicQualLoc(ATL, D.getTypeObject(i)); in GetTypeSourceInfoForDeclarator() 6432 CurrTL = ATL.getValueLoc().getUnqualifiedLoc(); in GetTypeSourceInfoForDeclarator()
|
| H A D | SemaInit.cpp | 7051 AttributedTypeLoc ATL; in implicitObjectParamIsLifetimeBound() local 7053 (ATL = TL.getAsAdjusted<AttributedTypeLoc>()); in implicitObjectParamIsLifetimeBound() 7054 TL = ATL.getModifiedLoc()) { in implicitObjectParamIsLifetimeBound() 7055 if (ATL.getAttrAs<LifetimeBoundAttr>()) in implicitObjectParamIsLifetimeBound()
|
| H A D | SemaDecl.cpp | 6903 AttributedTypeLoc ATL; in checkAttributesAfterMerging() local 6905 (ATL = TL.getAsAdjusted<AttributedTypeLoc>()); in checkAttributesAfterMerging() 6906 TL = ATL.getModifiedLoc()) { in checkAttributesAfterMerging() 6910 if (const auto *A = ATL.getAttrAs<LifetimeBoundAttr>()) { in checkAttributesAfterMerging()
|
| H A D | SemaExpr.cpp | 6235 if (ArrayTypeLoc ATL = TL.getAs<ArrayTypeLoc>()) in DiagnoseCalleeStaticArrayParam() local 6237 << ATL.getLocalSourceRange(); in DiagnoseCalleeStaticArrayParam()
|
| /llvm-project-15.0.7/lldb/docs/resources/ |
| H A D | build.rst | 91 * The Active Template Library (ATL).
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | DiagnosticSemaKinds.td | 1002 "specifying 'uuid' as an ATL attribute is deprecated; use __declspec instead">,
|