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

/external/clang/lib/ARCMigrate/
H A DTransGCAttrs.cpp71 TL = Attr.getModifiedLoc();
117 Attr.ModifiedType = TL.getModifiedLoc().getType();
/external/clang/include/clang/AST/
H A DTypeLoc.h718 TypeLoc getModifiedLoc() const { function in class:clang::AttributedTypeLoc
H A DDataRecursiveASTVisitor.h1130 { TRY_TO(TraverseTypeLoc(TL.getModifiedLoc())); })
H A DRecursiveASTVisitor.h1195 { TRY_TO(TraverseTypeLoc(TL.getModifiedLoc())); })
/external/clang/lib/Sema/
H A DSemaType.cpp3483 Visit(TL.getModifiedLoc());
H A DTreeTransform.h5142 QualType modifiedType = getDerived().TransformType(TLB, TL.getModifiedLoc());
/external/clang/tools/libclang/
H A DCIndex.cpp1522 return Visit(TL.getModifiedLoc());

Completed in 2535 milliseconds