Home
last modified time | relevance | path

Searched refs:getAtLoc (Results 1 – 14 of 14) 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
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; }
DStmtObjC.h363 SourceLocation getAtLoc() const { return AtLoc; } in getAtLoc() function
DDeclObjC.h2021 SourceLocation getAtLoc() const { return AtLoc; } in getAtLoc() function
/external/clang/lib/Serialization/
DASTWriterStmt.cpp786 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()
DASTWriterDecl.cpp582 Writer.AddSourceLocation(D->getAtLoc(), Record); in VisitObjCPropertyDecl()
/external/clang/lib/Sema/
DSemaObjCProperty.cpp1790 SourceRange PropSourceRange(Property->getAtLoc(), in AtomicPropertySetterGetterRules()
1800 SourceRange PropSourceRange(Property->getAtLoc(), endLoc); in AtomicPropertySetterGetterRules()
1808 SourceRange PropSourceRange(Property->getAtLoc(), endLoc); in AtomicPropertySetterGetterRules()
DJumpDiagnostics.cpp461 AS->getAtLoc())); in BuildScopeInformation()
DSemaExprObjC.cpp2485 SourceLocation Loc = OSE->getAtLoc(); in RemoveSelectorFromWarningCache()
DTreeTransform.h5779 S->getAtLoc(), Body.get()); in TransformObjCAutoreleasePoolStmt()
8585 return getDerived().RebuildObjCEncodeExpr(E->getAtLoc(), in TransformObjCEncodeExpr()
/external/clang/lib/Rewrite/Frontend/
DRewriteModernObjC.cpp1119 SourceLocation Loc = prop->getAtLoc(); in RewriteProperty()
1963 SourceLocation startLoc = S->getAtLoc(); in RewriteObjCAutoreleasePoolStmt()
DRewriteObjC.cpp961 SourceLocation Loc = prop->getAtLoc(); in RewriteProperty()
/external/clang/lib/AST/
DASTImporter.cpp3743 Importer.Import(D->getAtLoc()), in VisitObjCPropertyDecl()