Searched refs:getAtLoc (Results 1 – 14 of 14) 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 113 SourceLocation getAtLoc() const { return Range.getBegin(); } in getAtLoc() function 362 SourceLocation getAtLoc() const { return AtLoc; } 401 SourceLocation getAtLoc() const { return AtLoc; } 440 SourceLocation getAtLoc() const { return AtLoc; }
|
D | StmtObjC.h | 363 SourceLocation getAtLoc() const { return AtLoc; } in getAtLoc() function
|
D | DeclObjC.h | 2021 SourceLocation getAtLoc() const { return AtLoc; } in getAtLoc() function
|
/external/clang/lib/Serialization/ |
D | ASTWriterStmt.cpp | 786 Writer.AddSourceLocation(E->getAtLoc(), Record); in VisitObjCStringLiteral() 833 Writer.AddSourceLocation(E->getAtLoc(), Record); in VisitObjCEncodeExpr() 841 Writer.AddSourceLocation(E->getAtLoc(), Record); in VisitObjCSelectorExpr() 849 Writer.AddSourceLocation(E->getAtLoc(), Record); in VisitObjCProtocolExpr() 974 Writer.AddSourceLocation(S->getAtLoc(), Record); in VisitObjCAutoreleasePoolStmt()
|
D | ASTWriterDecl.cpp | 582 Writer.AddSourceLocation(D->getAtLoc(), Record); in VisitObjCPropertyDecl()
|
/external/clang/lib/Sema/ |
D | SemaObjCProperty.cpp | 1790 SourceRange PropSourceRange(Property->getAtLoc(), in AtomicPropertySetterGetterRules() 1800 SourceRange PropSourceRange(Property->getAtLoc(), endLoc); in AtomicPropertySetterGetterRules() 1808 SourceRange PropSourceRange(Property->getAtLoc(), endLoc); in AtomicPropertySetterGetterRules()
|
D | JumpDiagnostics.cpp | 461 AS->getAtLoc())); in BuildScopeInformation()
|
D | SemaExprObjC.cpp | 2485 SourceLocation Loc = OSE->getAtLoc(); in RemoveSelectorFromWarningCache()
|
D | TreeTransform.h | 5779 S->getAtLoc(), Body.get()); in TransformObjCAutoreleasePoolStmt() 8585 return getDerived().RebuildObjCEncodeExpr(E->getAtLoc(), in TransformObjCEncodeExpr()
|
/external/clang/lib/Rewrite/Frontend/ |
D | RewriteModernObjC.cpp | 1119 SourceLocation Loc = prop->getAtLoc(); in RewriteProperty() 1963 SourceLocation startLoc = S->getAtLoc(); in RewriteObjCAutoreleasePoolStmt()
|
D | RewriteObjC.cpp | 961 SourceLocation Loc = prop->getAtLoc(); in RewriteProperty()
|
/external/clang/lib/AST/ |
D | ASTImporter.cpp | 3743 Importer.Import(D->getAtLoc()), in VisitObjCPropertyDecl()
|