Home
last modified time | relevance | path

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

/external/clang/lib/ARCMigrate/
DTransProperties.cpp81 if (propI->getAtLoc().isInvalid()) in collectProperties()
83 unsigned RawLoc = propI->getAtLoc().getRawEncoding(); in collectProperties()
114 unsigned rawAtLoc = propD->getAtLoc().getRawEncoding(); in doTransform()
DTransGCAttrs.cpp313 SourceLocation AtLoc = PD->getAtLoc(); in checkAllProps()
/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
356 SourceLocation getAtLoc() const { return AtLoc; } in getAtLoc() function
397 SourceLocation getAtLoc() const { return AtLoc; } in getAtLoc() function
438 SourceLocation getAtLoc() const { return AtLoc; } in getAtLoc() function
DStmtObjC.h368 SourceLocation getAtLoc() const { return AtLoc; } in getAtLoc() function
DDeclObjC.h1786 SourceLocation getAtLoc() const { return AtLoc; } in getAtLoc() function
/external/clang/lib/Serialization/
DASTWriterStmt.cpp784 Writer.AddSourceLocation(E->getAtLoc(), Record); in VisitObjCStringLiteral()
831 Writer.AddSourceLocation(E->getAtLoc(), Record); in VisitObjCEncodeExpr()
839 Writer.AddSourceLocation(E->getAtLoc(), Record); in VisitObjCSelectorExpr()
847 Writer.AddSourceLocation(E->getAtLoc(), Record); in VisitObjCProtocolExpr()
972 Writer.AddSourceLocation(S->getAtLoc(), Record); in VisitObjCAutoreleasePoolStmt()
DASTWriterDecl.cpp575 Writer.AddSourceLocation(D->getAtLoc(), Record); in VisitObjCPropertyDecl()
/external/clang/lib/Sema/
DJumpDiagnostics.cpp452 AS->getAtLoc())); in BuildScopeInformation()
DSemaObjCProperty.cpp1760 SourceRange PropSourceRange(Property->getAtLoc(), in AtomicPropertySetterGetterRules()
1770 SourceRange PropSourceRange(Property->getAtLoc(), endLoc); in AtomicPropertySetterGetterRules()
1778 SourceRange PropSourceRange(Property->getAtLoc(), endLoc); in AtomicPropertySetterGetterRules()
DTreeTransform.h5748 S->getAtLoc(), Body.get()); in TransformObjCAutoreleasePoolStmt()
8507 return getDerived().RebuildObjCEncodeExpr(E->getAtLoc(), in TransformObjCEncodeExpr()
/external/clang/lib/Rewrite/Frontend/
DRewriteModernObjC.cpp1067 SourceLocation Loc = prop->getAtLoc(); in RewriteProperty()
1893 SourceLocation startLoc = S->getAtLoc(); in RewriteObjCAutoreleasePoolStmt()
DRewriteObjC.cpp961 SourceLocation Loc = prop->getAtLoc(); in RewriteProperty()
/external/clang/lib/AST/
DASTImporter.cpp3529 Importer.Import(D->getAtLoc()), in VisitObjCPropertyDecl()