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

/external/clang/lib/Sema/
H A DSemaType.cpp3770 static void fillAtomicQualLoc(AtomicTypeLoc ATL, const DeclaratorChunk &Chunk) { argument
3789 ATL.setKWLoc(Loc);
3790 ATL.setParensRange(SourceRange());
3816 if (AtomicTypeLoc ATL = CurrTL.getAs<AtomicTypeLoc>()) {
3817 fillAtomicQualLoc(ATL, D.getTypeObject(i));
3818 CurrTL = ATL.getValueLoc().getUnqualifiedLoc();

Completed in 71 milliseconds