Home
last modified time | relevance | path

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

12

/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/llvm-project/clang/lib/ARCMigrate/
DTransProperties.cpp79 SourceLocation Loc = Prop->getAtLoc(); in collectProperties()
116 AtPropDeclsTy::iterator findAtLoc = AtProps.find(propD->getAtLoc()); in doTransform()
DTransGCAttrs.cpp306 SourceLocation AtLoc = PD->getAtLoc(); in checkAllProps()
/external/llvm-project/clang/include/clang/AST/
DExprObjC.h69 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
DStmtObjC.h388 SourceLocation getAtLoc() const { return AtLoc; } in getAtLoc() function
DDeclObjC.h813 SourceLocation getAtLoc() const { return AtLoc; } in getAtLoc() function
/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
371 SourceLocation getAtLoc() const { return AtLoc; }
412 SourceLocation getAtLoc() const { return AtLoc; }
457 SourceLocation getAtLoc() const { return AtLoc; }
DStmtObjC.h363 SourceLocation getAtLoc() const { return AtLoc; } in getAtLoc() function
DDeclObjC.h773 SourceLocation getAtLoc() const { return AtLoc; } in getAtLoc() function
/external/llvm-project/clang/lib/Serialization/
DASTWriterStmt.cpp1273 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()
DASTWriterDecl.cpp855 Record.AddSourceLocation(D->getAtLoc()); in VisitObjCPropertyDecl()
/external/clang/lib/Serialization/
DASTWriterStmt.cpp920 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()
DASTWriterDecl.cpp780 Record.AddSourceLocation(D->getAtLoc()); in VisitObjCPropertyDecl()
/external/clang/lib/Sema/
DJumpDiagnostics.cpp493 AS->getAtLoc())); in BuildScopeInformation()
DSemaExprObjC.cpp3028 SourceLocation Loc = OSE->getAtLoc(); in RemoveSelectorFromWarningCache()
DTreeTransform.h6821 S->getAtLoc(), Body.get()); in TransformObjCAutoreleasePoolStmt()
11078 return getDerived().RebuildObjCEncodeExpr(E->getAtLoc(), in TransformObjCEncodeExpr()
/external/llvm-project/clang/lib/Sema/
DJumpDiagnostics.cpp533 AS->getAtLoc())); in BuildScopeInformation()
DSemaExprObjC.cpp3405 SourceLocation Loc = OSE->getAtLoc(); in RemoveSelectorFromWarningCache()
/external/llvm-project/clang/lib/Frontend/Rewrite/
DRewriteModernObjC.cpp1123 SourceLocation Loc = prop->getAtLoc(); in RewriteProperty()
1927 SourceLocation startLoc = S->getAtLoc(); in RewriteObjCAutoreleasePoolStmt()
DRewriteObjC.cpp964 SourceLocation Loc = prop->getAtLoc(); in RewriteProperty()
/external/clang/lib/Frontend/Rewrite/
DRewriteModernObjC.cpp1121 SourceLocation Loc = prop->getAtLoc(); in RewriteProperty()
1920 SourceLocation startLoc = S->getAtLoc(); in RewriteObjCAutoreleasePoolStmt()
DRewriteObjC.cpp960 SourceLocation Loc = prop->getAtLoc(); in RewriteProperty()
/external/clang/lib/AST/
DASTImporter.cpp4225 Importer.Import(D->getAtLoc()), in VisitObjCPropertyDecl()
5322 SourceLocation ToAtLoc = Importer.Import(S->getAtLoc()); in VisitObjCAutoreleasePoolStmt()
/external/llvm-project/clang/lib/AST/
DASTImporter.cpp5056 auto ToAtLoc = importChecked(Err, D->getAtLoc()); in VisitObjCPropertyDecl()
6433 ExpectedSLoc ToAtLocOrErr = import(S->getAtLoc()); in VisitObjCAutoreleasePoolStmt()

12