Searched refs:AttributedTypeLoc (Results 1 - 7 of 7) sorted by relevance

/external/clang/lib/ARCMigrate/
H A DTransGCAttrs.cpp41 bool VisitAttributedTypeLoc(AttributedTypeLoc TL) {
68 } else if (AttributedTypeLoc Attr = TL.getAs<AttributedTypeLoc>()) {
83 bool handleAttr(AttributedTypeLoc TL, Decl *D = nullptr) {
237 SmallVector<std::pair<AttributedTypeLoc, ObjCPropertyDecl *>, 4> ATLs;
249 if (AttributedTypeLoc ATL =
250 TL.getAs<AttributedTypeLoc>()) {
/external/clang/include/clang/AST/
H A DTypeLoc.h691 class AttributedTypeLoc : public ConcreteTypeLoc<UnqualTypeLoc, class in namespace:clang
692 AttributedTypeLoc,
/external/clang/lib/Sema/
H A DSemaType.cpp3443 static void fillAttributedTypeLoc(AttributedTypeLoc TL,
3481 void VisitAttributedTypeLoc(AttributedTypeLoc TL) {
3665 void VisitAttributedTypeLoc(AttributedTypeLoc TL) {
3821 while (AttributedTypeLoc TL = CurrTL.getAs<AttributedTypeLoc>()) {
H A DTreeTransform.h5140 AttributedTypeLoc TL) {
5162 AttributedTypeLoc newTL = TLB.push<AttributedTypeLoc>(result);
/external/clang/lib/Serialization/
H A DASTWriter.cpp566 void TypeLocWriter::VisitAttributedTypeLoc(AttributedTypeLoc TL) {
H A DASTReader.cpp5678 void TypeLocReader::VisitAttributedTypeLoc(AttributedTypeLoc TL) {
/external/clang/tools/libclang/
H A DCIndex.cpp1521 bool CursorVisitor::VisitAttributedTypeLoc(AttributedTypeLoc TL) {

Completed in 1044 milliseconds