/external/clang/lib/ARCMigrate/ |
D | TransProperties.cpp | 80 if (Prop->getAtLoc().isInvalid()) in collectProperties() 82 unsigned RawLoc = Prop->getAtLoc().getRawEncoding(); in collectProperties() 117 unsigned rawAtLoc = propD->getAtLoc().getRawEncoding(); in doTransform()
|
D | TransGCAttrs.cpp | 309 SourceLocation AtLoc = PD->getAtLoc(); in checkAllProps()
|
/external/llvm-project/clang/lib/ARCMigrate/ |
D | TransProperties.cpp | 79 SourceLocation Loc = Prop->getAtLoc(); in collectProperties() 116 AtPropDeclsTy::iterator findAtLoc = AtProps.find(propD->getAtLoc()); in doTransform()
|
D | TransGCAttrs.cpp | 306 SourceLocation AtLoc = PD->getAtLoc(); in checkAllProps()
|
/external/llvm-project/clang/include/clang/AST/ |
D | ExprObjC.h | 69 SourceLocation getAtLoc() const { return AtLoc; } in getAtLoc() function 157 SourceLocation getAtLoc() const { return Range.getBegin(); } in getAtLoc() function 423 SourceLocation getAtLoc() const { return AtLoc; } in getAtLoc() function 471 SourceLocation getAtLoc() const { return AtLoc; } in getAtLoc() function 525 SourceLocation getAtLoc() const { return AtLoc; } in getAtLoc() function
|
D | StmtObjC.h | 388 SourceLocation getAtLoc() const { return AtLoc; } in getAtLoc() function
|
D | DeclObjC.h | 813 SourceLocation getAtLoc() const { return AtLoc; } in getAtLoc() function
|
/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 371 SourceLocation getAtLoc() const { return AtLoc; } 412 SourceLocation getAtLoc() const { return AtLoc; } 457 SourceLocation getAtLoc() const { return AtLoc; }
|
D | StmtObjC.h | 363 SourceLocation getAtLoc() const { return AtLoc; } in getAtLoc() function
|
D | DeclObjC.h | 773 SourceLocation getAtLoc() const { return AtLoc; } in getAtLoc() function
|
/external/llvm-project/clang/lib/Serialization/ |
D | ASTWriterStmt.cpp | 1273 Record.AddSourceLocation(E->getAtLoc()); in VisitObjCStringLiteral() 1320 Record.AddSourceLocation(E->getAtLoc()); in VisitObjCEncodeExpr() 1328 Record.AddSourceLocation(E->getAtLoc()); in VisitObjCSelectorExpr() 1336 Record.AddSourceLocation(E->getAtLoc()); in VisitObjCProtocolExpr() 1465 Record.AddSourceLocation(S->getAtLoc()); in VisitObjCAutoreleasePoolStmt()
|
D | ASTWriterDecl.cpp | 855 Record.AddSourceLocation(D->getAtLoc()); in VisitObjCPropertyDecl()
|
/external/clang/lib/Serialization/ |
D | ASTWriterStmt.cpp | 920 Record.AddSourceLocation(E->getAtLoc()); in VisitObjCStringLiteral() 967 Record.AddSourceLocation(E->getAtLoc()); in VisitObjCEncodeExpr() 975 Record.AddSourceLocation(E->getAtLoc()); in VisitObjCSelectorExpr() 983 Record.AddSourceLocation(E->getAtLoc()); in VisitObjCProtocolExpr() 1109 Record.AddSourceLocation(S->getAtLoc()); in VisitObjCAutoreleasePoolStmt()
|
D | ASTWriterDecl.cpp | 780 Record.AddSourceLocation(D->getAtLoc()); in VisitObjCPropertyDecl()
|
/external/clang/lib/Sema/ |
D | JumpDiagnostics.cpp | 493 AS->getAtLoc())); in BuildScopeInformation()
|
D | SemaExprObjC.cpp | 3028 SourceLocation Loc = OSE->getAtLoc(); in RemoveSelectorFromWarningCache()
|
D | TreeTransform.h | 6821 S->getAtLoc(), Body.get()); in TransformObjCAutoreleasePoolStmt() 11078 return getDerived().RebuildObjCEncodeExpr(E->getAtLoc(), in TransformObjCEncodeExpr()
|
/external/llvm-project/clang/lib/Sema/ |
D | JumpDiagnostics.cpp | 533 AS->getAtLoc())); in BuildScopeInformation()
|
D | SemaExprObjC.cpp | 3405 SourceLocation Loc = OSE->getAtLoc(); in RemoveSelectorFromWarningCache()
|
/external/llvm-project/clang/lib/Frontend/Rewrite/ |
D | RewriteModernObjC.cpp | 1123 SourceLocation Loc = prop->getAtLoc(); in RewriteProperty() 1927 SourceLocation startLoc = S->getAtLoc(); in RewriteObjCAutoreleasePoolStmt()
|
D | RewriteObjC.cpp | 964 SourceLocation Loc = prop->getAtLoc(); in RewriteProperty()
|
/external/clang/lib/Frontend/Rewrite/ |
D | RewriteModernObjC.cpp | 1121 SourceLocation Loc = prop->getAtLoc(); in RewriteProperty() 1920 SourceLocation startLoc = S->getAtLoc(); in RewriteObjCAutoreleasePoolStmt()
|
D | RewriteObjC.cpp | 960 SourceLocation Loc = prop->getAtLoc(); in RewriteProperty()
|
/external/clang/lib/AST/ |
D | ASTImporter.cpp | 4225 Importer.Import(D->getAtLoc()), in VisitObjCPropertyDecl() 5322 SourceLocation ToAtLoc = Importer.Import(S->getAtLoc()); in VisitObjCAutoreleasePoolStmt()
|
/external/llvm-project/clang/lib/AST/ |
D | ASTImporter.cpp | 5056 auto ToAtLoc = importChecked(Err, D->getAtLoc()); in VisitObjCPropertyDecl() 6433 ExpectedSLoc ToAtLocOrErr = import(S->getAtLoc()); in VisitObjCAutoreleasePoolStmt()
|