Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/ARCMigrate/
H A DTransProperties.cpp79 SourceLocation Loc = Prop->getAtLoc(); in collectProperties()
116 AtPropDeclsTy::iterator findAtLoc = AtProps.find(propD->getAtLoc()); in doTransform()
H A DTransGCAttrs.cpp306 SourceLocation AtLoc = PD->getAtLoc(); in checkAllProps()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DExprObjC.h68 SourceLocation getAtLoc() const { return AtLoc; } in getAtLoc() function
156 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
H A DStmtObjC.h413 SourceLocation getAtLoc() const { return AtLoc; } in getAtLoc() function
H A DDeclObjC.h789 SourceLocation getAtLoc() const { return AtLoc; } in getAtLoc() function
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTWriterStmt.cpp1281 Record.AddSourceLocation(E->getAtLoc()); in VisitObjCStringLiteral()
1328 Record.AddSourceLocation(E->getAtLoc()); in VisitObjCEncodeExpr()
1336 Record.AddSourceLocation(E->getAtLoc()); in VisitObjCSelectorExpr()
1344 Record.AddSourceLocation(E->getAtLoc()); in VisitObjCProtocolExpr()
1473 Record.AddSourceLocation(S->getAtLoc()); in VisitObjCAutoreleasePoolStmt()
H A DASTWriterDecl.cpp875 Record.AddSourceLocation(D->getAtLoc()); in VisitObjCPropertyDecl()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DJumpDiagnostics.cpp547 AS->getAtLoc())); in BuildScopeInformation()
H A DSemaExprObjC.cpp3400 SourceLocation Loc = OSE->getAtLoc(); in RemoveSelectorFromWarningCache()
H A DTreeTransform.h8292 S->getAtLoc(), Body.get()); in TransformObjCAutoreleasePoolStmt()
14263 return getDerived().RebuildObjCEncodeExpr(E->getAtLoc(), in TransformObjCEncodeExpr()
/openbsd-src/gnu/llvm/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp1124 SourceLocation Loc = prop->getAtLoc(); in RewriteProperty()
1928 SourceLocation startLoc = S->getAtLoc(); in RewriteObjCAutoreleasePoolStmt()
H A DRewriteObjC.cpp964 SourceLocation Loc = prop->getAtLoc(); in RewriteProperty()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTImporter.cpp5459 auto ToAtLoc = importChecked(Err, D->getAtLoc()); in VisitObjCPropertyDecl()
6886 ExpectedSLoc ToAtLocOrErr = import(S->getAtLoc()); in VisitObjCAutoreleasePoolStmt()