Searched refs:ATL (Results 1 - 8 of 8) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DComment.cpp146 if (AdjustedTypeLoc ATL = TL.getAs<AdjustedTypeLoc>())
147 return ATL.getOriginalLoc();
H A DTypeLoc.cpp420 if (auto ATL = getAs<AttributedTypeLoc>()) {
421 const Attr *A = ATL.getAttr();
/freebsd-12-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransGCAttrs.cpp244 if (AttributedTypeLoc ATL =
246 ATLs.push_back(std::make_pair(ATL, PD));
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
H A DTypeLoc.h2440 else if (auto ATL = Cur.getAs<AttributedTypeLoc>())
2441 Cur = ATL.getModifiedLoc();
2444 else if (auto ATL = Cur.getAs<AdjustedTypeLoc>())
2445 Cur = ATL.getOriginalLoc();
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp5897 static void fillAtomicQualLoc(AtomicTypeLoc ATL, const DeclaratorChunk &Chunk) { argument
5917 ATL.setKWLoc(Loc);
5918 ATL.setParensRange(SourceRange());
5963 if (AtomicTypeLoc ATL = CurrTL.getAs<AtomicTypeLoc>()) {
5964 fillAtomicQualLoc(ATL, D.getTypeObject(i));
5965 CurrTL = ATL.getValueLoc().getUnqualifiedLoc();
H A DSemaInit.cpp6839 AttributedTypeLoc ATL;
6841 (ATL = TL.getAsAdjusted<AttributedTypeLoc>());
6842 TL = ATL.getModifiedLoc()) {
6843 if (ATL.getAttrAs<LifetimeBoundAttr>())
H A DSemaDecl.cpp6263 AttributedTypeLoc ATL; local
6265 (ATL = TL.getAsAdjusted<AttributedTypeLoc>());
6266 TL = ATL.getModifiedLoc()) {
6270 if (const auto *A = ATL.getAttrAs<LifetimeBoundAttr>()) {
H A DSemaExpr.cpp5372 if (ArrayTypeLoc ATL = TL.getAs<ArrayTypeLoc>())
5374 << ATL.getLocalSourceRange();

Completed in 218 milliseconds