Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/ARCMigrate/
HDTransProperties.cpp79 SourceLocation Loc = Prop->getAtLoc(); in collectProperties()
116 AtPropDeclsTy::iterator findAtLoc = AtProps.find(propD->getAtLoc()); in doTransform()
HDTransGCAttrs.cpp306 SourceLocation AtLoc = PD->getAtLoc(); in checkAllProps()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDExprObjC.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
HDStmtObjC.h414 SourceLocation getAtLoc() const { return AtLoc; } in getAtLoc() function
HDDeclObjC.h795 SourceLocation getAtLoc() const { return AtLoc; } in getAtLoc() function
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTWriterStmt.cpp1392 Record.AddSourceLocation(E->getAtLoc()); in VisitObjCStringLiteral()
1439 Record.AddSourceLocation(E->getAtLoc()); in VisitObjCEncodeExpr()
1447 Record.AddSourceLocation(E->getAtLoc()); in VisitObjCSelectorExpr()
1455 Record.AddSourceLocation(E->getAtLoc()); in VisitObjCProtocolExpr()
1584 Record.AddSourceLocation(S->getAtLoc()); in VisitObjCAutoreleasePoolStmt()
HDASTWriterDecl.cpp972 Record.AddSourceLocation(D->getAtLoc()); in VisitObjCPropertyDecl()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDJumpDiagnostics.cpp553 AS->getAtLoc())); in BuildScopeInformation()
HDSemaExprObjC.cpp3413 SourceLocation Loc = OSE->getAtLoc(); in RemoveSelectorFromWarningCache()
HDTreeTransform.h8745 S->getAtLoc(), Body.get()); in TransformObjCAutoreleasePoolStmt()
15580 return getDerived().RebuildObjCEncodeExpr(E->getAtLoc(), in TransformObjCEncodeExpr()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
HDRewriteModernObjC.cpp1123 SourceLocation Loc = prop->getAtLoc(); in RewriteProperty()
1927 SourceLocation startLoc = S->getAtLoc(); in RewriteObjCAutoreleasePoolStmt()
HDRewriteObjC.cpp964 SourceLocation Loc = prop->getAtLoc(); in RewriteProperty()
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/Interp/
HDCompiler.cpp1950 /*Pascal=*/false, E->getType(), E->getAtLoc()); in VisitObjCEncodeExpr()
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDASTImporter.cpp5776 auto ToAtLoc = importChecked(Err, D->getAtLoc()); in VisitObjCPropertyDecl()
7237 ExpectedSLoc ToAtLocOrErr = import(S->getAtLoc()); in VisitObjCAutoreleasePoolStmt()