Searched refs:getAtLoc (Results 1 – 13 of 13) sorted by relevance
/external/clang/lib/ARCMigrate/ |
D | TransProperties.cpp | 81 if (propI->getAtLoc().isInvalid()) in collectProperties() 83 unsigned RawLoc = propI->getAtLoc().getRawEncoding(); in collectProperties() 114 unsigned rawAtLoc = propD->getAtLoc().getRawEncoding(); in doTransform()
|
D | TransGCAttrs.cpp | 313 SourceLocation AtLoc = PD->getAtLoc(); in checkAllProps()
|
/external/clang/include/clang/AST/ |
D | ExprObjC.h | 44 SourceLocation getAtLoc() const { return AtLoc; } in getAtLoc() function 115 SourceLocation getAtLoc() const { return Range.getBegin(); } in getAtLoc() function 356 SourceLocation getAtLoc() const { return AtLoc; } in getAtLoc() function 397 SourceLocation getAtLoc() const { return AtLoc; } in getAtLoc() function 438 SourceLocation getAtLoc() const { return AtLoc; } in getAtLoc() function
|
D | StmtObjC.h | 368 SourceLocation getAtLoc() const { return AtLoc; } in getAtLoc() function
|
D | DeclObjC.h | 1786 SourceLocation getAtLoc() const { return AtLoc; } in getAtLoc() function
|
/external/clang/lib/Serialization/ |
D | ASTWriterStmt.cpp | 784 Writer.AddSourceLocation(E->getAtLoc(), Record); in VisitObjCStringLiteral() 831 Writer.AddSourceLocation(E->getAtLoc(), Record); in VisitObjCEncodeExpr() 839 Writer.AddSourceLocation(E->getAtLoc(), Record); in VisitObjCSelectorExpr() 847 Writer.AddSourceLocation(E->getAtLoc(), Record); in VisitObjCProtocolExpr() 972 Writer.AddSourceLocation(S->getAtLoc(), Record); in VisitObjCAutoreleasePoolStmt()
|
D | ASTWriterDecl.cpp | 575 Writer.AddSourceLocation(D->getAtLoc(), Record); in VisitObjCPropertyDecl()
|
/external/clang/lib/Sema/ |
D | JumpDiagnostics.cpp | 452 AS->getAtLoc())); in BuildScopeInformation()
|
D | SemaObjCProperty.cpp | 1760 SourceRange PropSourceRange(Property->getAtLoc(), in AtomicPropertySetterGetterRules() 1770 SourceRange PropSourceRange(Property->getAtLoc(), endLoc); in AtomicPropertySetterGetterRules() 1778 SourceRange PropSourceRange(Property->getAtLoc(), endLoc); in AtomicPropertySetterGetterRules()
|
D | TreeTransform.h | 5748 S->getAtLoc(), Body.get()); in TransformObjCAutoreleasePoolStmt() 8507 return getDerived().RebuildObjCEncodeExpr(E->getAtLoc(), in TransformObjCEncodeExpr()
|
/external/clang/lib/Rewrite/Frontend/ |
D | RewriteModernObjC.cpp | 1067 SourceLocation Loc = prop->getAtLoc(); in RewriteProperty() 1893 SourceLocation startLoc = S->getAtLoc(); in RewriteObjCAutoreleasePoolStmt()
|
D | RewriteObjC.cpp | 961 SourceLocation Loc = prop->getAtLoc(); in RewriteProperty()
|
/external/clang/lib/AST/ |
D | ASTImporter.cpp | 3529 Importer.Import(D->getAtLoc()), in VisitObjCPropertyDecl()
|