Home
last modified time | relevance | path

Searched refs:getAtLoc (Results 1 – 13 of 13) sorted by relevance

/external/clang/lib/ARCMigrate/
DTransProperties.cpp80 if (Prop->getAtLoc().isInvalid()) in collectProperties()
82 unsigned RawLoc = Prop->getAtLoc().getRawEncoding(); in collectProperties()
117 unsigned rawAtLoc = propD->getAtLoc().getRawEncoding(); in doTransform()
DTransGCAttrs.cpp309 SourceLocation AtLoc = PD->getAtLoc(); in checkAllProps()
/external/clang/include/clang/AST/
DExprObjC.h44 SourceLocation getAtLoc() const { return AtLoc; } in getAtLoc() function
115 SourceLocation getAtLoc() const { return Range.getBegin(); } in getAtLoc() function
376 SourceLocation getAtLoc() const { return AtLoc; }
417 SourceLocation getAtLoc() const { return AtLoc; }
462 SourceLocation getAtLoc() const { return AtLoc; }
DStmtObjC.h363 SourceLocation getAtLoc() const { return AtLoc; } in getAtLoc() function
DDeclObjC.h2487 SourceLocation getAtLoc() const { return AtLoc; } in getAtLoc() function
/external/clang/lib/Serialization/
DASTWriterStmt.cpp908 Writer.AddSourceLocation(E->getAtLoc(), Record); in VisitObjCStringLiteral()
955 Writer.AddSourceLocation(E->getAtLoc(), Record); in VisitObjCEncodeExpr()
963 Writer.AddSourceLocation(E->getAtLoc(), Record); in VisitObjCSelectorExpr()
971 Writer.AddSourceLocation(E->getAtLoc(), Record); in VisitObjCProtocolExpr()
1097 Writer.AddSourceLocation(S->getAtLoc(), Record); in VisitObjCAutoreleasePoolStmt()
DASTWriterDecl.cpp756 Writer.AddSourceLocation(D->getAtLoc(), Record); in VisitObjCPropertyDecl()
/external/clang/lib/Sema/
DJumpDiagnostics.cpp477 AS->getAtLoc())); in BuildScopeInformation()
DSemaExprObjC.cpp3001 SourceLocation Loc = OSE->getAtLoc(); in RemoveSelectorFromWarningCache()
DTreeTransform.h6717 S->getAtLoc(), Body.get()); in TransformObjCAutoreleasePoolStmt()
10742 return getDerived().RebuildObjCEncodeExpr(E->getAtLoc(), in TransformObjCEncodeExpr()
/external/clang/lib/AST/
DASTImporter.cpp4001 Importer.Import(D->getAtLoc()), in VisitObjCPropertyDecl()
5020 SourceLocation ToAtLoc = Importer.Import(S->getAtLoc()); in VisitObjCAutoreleasePoolStmt()
/external/clang/lib/Frontend/Rewrite/
DRewriteModernObjC.cpp1132 SourceLocation Loc = prop->getAtLoc(); in RewriteProperty()
1947 SourceLocation startLoc = S->getAtLoc(); in RewriteObjCAutoreleasePoolStmt()
DRewriteObjC.cpp960 SourceLocation Loc = prop->getAtLoc(); in RewriteProperty()