Home
last modified time | relevance | path

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

/external/clang/lib/ARCMigrate/
DTransProperties.cpp80 if (Prop->getAtLoc().isInvalid()) in collectProperties()
82 unsigned RawLoc = Prop->getAtLoc().getRawEncoding(); in collectProperties()
113 unsigned rawAtLoc = propD->getAtLoc().getRawEncoding(); in doTransform()
DTransGCAttrs.cpp311 SourceLocation AtLoc = PD->getAtLoc(); in checkAllProps()
/external/clang/include/clang/AST/
DExprObjC.h44 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; }
DStmtObjC.h363 SourceLocation getAtLoc() const { return AtLoc; } in getAtLoc() function
DDeclObjC.h2256 SourceLocation getAtLoc() const { return AtLoc; } in getAtLoc() function
/external/clang/lib/Serialization/
DASTWriterStmt.cpp865 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()
DASTWriterDecl.cpp680 Writer.AddSourceLocation(D->getAtLoc(), Record); in VisitObjCPropertyDecl()
/external/clang/lib/Sema/
DSemaObjCProperty.cpp1812 SourceRange PropSourceRange(Property->getAtLoc(), in AtomicPropertySetterGetterRules()
1822 SourceRange PropSourceRange(Property->getAtLoc(), endLoc); in AtomicPropertySetterGetterRules()
1830 SourceRange PropSourceRange(Property->getAtLoc(), endLoc); in AtomicPropertySetterGetterRules()
DJumpDiagnostics.cpp475 AS->getAtLoc())); in BuildScopeInformation()
DSemaExprObjC.cpp2750 SourceLocation Loc = OSE->getAtLoc(); in RemoveSelectorFromWarningCache()
DTreeTransform.h6335 S->getAtLoc(), Body.get()); in TransformObjCAutoreleasePoolStmt()
10013 return getDerived().RebuildObjCEncodeExpr(E->getAtLoc(), in TransformObjCEncodeExpr()
/external/clang/lib/Frontend/Rewrite/
DRewriteModernObjC.cpp1132 SourceLocation Loc = prop->getAtLoc(); in RewriteProperty()
1947 SourceLocation startLoc = S->getAtLoc(); in RewriteObjCAutoreleasePoolStmt()
DRewriteObjC.cpp960 SourceLocation Loc = prop->getAtLoc(); in RewriteProperty()
/external/clang/lib/AST/
DASTImporter.cpp3830 Importer.Import(D->getAtLoc()), in VisitObjCPropertyDecl()