Searched refs:getAtLoc (Results 1 – 14 of 14) sorted by relevance
/external/clang/lib/ARCMigrate/ |
D | TransProperties.cpp | 80 if (Prop->getAtLoc().isInvalid()) in collectProperties() 82 unsigned RawLoc = Prop->getAtLoc().getRawEncoding(); in collectProperties() 113 unsigned rawAtLoc = propD->getAtLoc().getRawEncoding(); in doTransform()
|
D | TransGCAttrs.cpp | 311 SourceLocation AtLoc = PD->getAtLoc(); in checkAllProps()
|
/external/clang/include/clang/AST/ |
D | ExprObjC.h | 44 SourceLocation getAtLoc() const { return AtLoc; } in getAtLoc() function 113 SourceLocation getAtLoc() const { return Range.getBegin(); } in getAtLoc() function 372 SourceLocation getAtLoc() const { return AtLoc; } 411 SourceLocation getAtLoc() const { return AtLoc; } 454 SourceLocation getAtLoc() const { return AtLoc; }
|
D | StmtObjC.h | 363 SourceLocation getAtLoc() const { return AtLoc; } in getAtLoc() function
|
D | DeclObjC.h | 2256 SourceLocation getAtLoc() const { return AtLoc; } in getAtLoc() function
|
/external/clang/lib/Serialization/ |
D | ASTWriterStmt.cpp | 865 Writer.AddSourceLocation(E->getAtLoc(), Record); in VisitObjCStringLiteral() 912 Writer.AddSourceLocation(E->getAtLoc(), Record); in VisitObjCEncodeExpr() 920 Writer.AddSourceLocation(E->getAtLoc(), Record); in VisitObjCSelectorExpr() 928 Writer.AddSourceLocation(E->getAtLoc(), Record); in VisitObjCProtocolExpr() 1054 Writer.AddSourceLocation(S->getAtLoc(), Record); in VisitObjCAutoreleasePoolStmt()
|
D | ASTWriterDecl.cpp | 680 Writer.AddSourceLocation(D->getAtLoc(), Record); in VisitObjCPropertyDecl()
|
/external/clang/lib/Sema/ |
D | SemaObjCProperty.cpp | 1812 SourceRange PropSourceRange(Property->getAtLoc(), in AtomicPropertySetterGetterRules() 1822 SourceRange PropSourceRange(Property->getAtLoc(), endLoc); in AtomicPropertySetterGetterRules() 1830 SourceRange PropSourceRange(Property->getAtLoc(), endLoc); in AtomicPropertySetterGetterRules()
|
D | JumpDiagnostics.cpp | 475 AS->getAtLoc())); in BuildScopeInformation()
|
D | SemaExprObjC.cpp | 2750 SourceLocation Loc = OSE->getAtLoc(); in RemoveSelectorFromWarningCache()
|
D | TreeTransform.h | 6335 S->getAtLoc(), Body.get()); in TransformObjCAutoreleasePoolStmt() 10013 return getDerived().RebuildObjCEncodeExpr(E->getAtLoc(), in TransformObjCEncodeExpr()
|
/external/clang/lib/Frontend/Rewrite/ |
D | RewriteModernObjC.cpp | 1132 SourceLocation Loc = prop->getAtLoc(); in RewriteProperty() 1947 SourceLocation startLoc = S->getAtLoc(); in RewriteObjCAutoreleasePoolStmt()
|
D | RewriteObjC.cpp | 960 SourceLocation Loc = prop->getAtLoc(); in RewriteProperty()
|
/external/clang/lib/AST/ |
D | ASTImporter.cpp | 3830 Importer.Import(D->getAtLoc()), in VisitObjCPropertyDecl()
|