Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A 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
H A DStmtObjC.h388 SourceLocation getAtLoc() const { return AtLoc; } in getAtLoc() function
H A DDeclObjC.h793 SourceLocation getAtLoc() const { return AtLoc; } in getAtLoc() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp1285 Record.AddSourceLocation(E->getAtLoc()); in VisitObjCStringLiteral()
1332 Record.AddSourceLocation(E->getAtLoc()); in VisitObjCEncodeExpr()
1340 Record.AddSourceLocation(E->getAtLoc()); in VisitObjCSelectorExpr()
1348 Record.AddSourceLocation(E->getAtLoc()); in VisitObjCProtocolExpr()
1477 Record.AddSourceLocation(S->getAtLoc()); in VisitObjCAutoreleasePoolStmt()
H A DASTWriterDecl.cpp857 Record.AddSourceLocation(D->getAtLoc()); in VisitObjCPropertyDecl()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DJumpDiagnostics.cpp542 AS->getAtLoc())); in BuildScopeInformation()
H A DSemaExprObjC.cpp3406 SourceLocation Loc = OSE->getAtLoc(); in RemoveSelectorFromWarningCache()
H A DTreeTransform.h8076 S->getAtLoc(), Body.get()); in TransformObjCAutoreleasePoolStmt()
13780 return getDerived().RebuildObjCEncodeExpr(E->getAtLoc(), in TransformObjCEncodeExpr()
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp1123 SourceLocation Loc = prop->getAtLoc(); in RewriteProperty()
1927 SourceLocation startLoc = S->getAtLoc(); in RewriteObjCAutoreleasePoolStmt()
H A DRewriteObjC.cpp964 SourceLocation Loc = prop->getAtLoc(); in RewriteProperty()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp5238 auto ToAtLoc = importChecked(Err, D->getAtLoc()); in VisitObjCPropertyDecl()
6639 ExpectedSLoc ToAtLocOrErr = import(S->getAtLoc()); in VisitObjCAutoreleasePoolStmt()