Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/contrib/llvm-project/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
424 SourceLocation getAtLoc() const { return AtLoc; } in getAtLoc() function
472 SourceLocation getAtLoc() const { return AtLoc; } in getAtLoc() function
526 SourceLocation getAtLoc() const { return AtLoc; } in getAtLoc() function
H A DStmtObjC.h413 SourceLocation getAtLoc() const { return AtLoc; } in getAtLoc() function
H A DDeclObjC.h792 SourceLocation getAtLoc() const { return AtLoc; } in getAtLoc() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp1382 Record.AddSourceLocation(E->getAtLoc()); in VisitObjCStringLiteral()
1429 Record.AddSourceLocation(E->getAtLoc()); in VisitObjCEncodeExpr()
1437 Record.AddSourceLocation(E->getAtLoc()); in VisitObjCSelectorExpr()
1445 Record.AddSourceLocation(E->getAtLoc()); in VisitObjCProtocolExpr()
1574 Record.AddSourceLocation(S->getAtLoc()); in VisitObjCAutoreleasePoolStmt()
H A DASTWriterDecl.cpp934 Record.AddSourceLocation(D->getAtLoc()); in VisitObjCPropertyDecl()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DJumpDiagnostics.cpp551 AS->getAtLoc())); in BuildScopeInformation()
H A DSemaExprObjC.cpp3405 SourceLocation Loc = OSE->getAtLoc(); in RemoveSelectorFromWarningCache()
H A DTreeTransform.h8450 S->getAtLoc(), Body.get()); in TransformObjCAutoreleasePoolStmt()
14546 return getDerived().RebuildObjCEncodeExpr(E->getAtLoc(), in TransformObjCEncodeExpr()
/freebsd-14.2/contrib/llvm-project/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()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp5692 auto ToAtLoc = importChecked(Err, D->getAtLoc()); in VisitObjCPropertyDecl()
7135 ExpectedSLoc ToAtLocOrErr = import(S->getAtLoc()); in VisitObjCAutoreleasePoolStmt()