Home
last modified time | relevance | path

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

/freebsd/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/contrib/llvm-project/clang/include/clang/AST/
H A DStmtObjC.h414 SourceLocation getAtLoc() const { return AtLoc; } in getAtLoc() function
H A DDeclObjC.h795 SourceLocation getAtLoc() const { return AtLoc; } in getAtLoc() function
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.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()
H A DASTWriterDecl.cpp972 Record.AddSourceLocation(D->getAtLoc()); in VisitObjCPropertyDecl()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DJumpDiagnostics.cpp553 AS->getAtLoc())); in BuildScopeInformation()
H A DSemaExprObjC.cpp3413 SourceLocation Loc = OSE->getAtLoc(); in RemoveSelectorFromWarningCache()
H A DTreeTransform.h8745 S->getAtLoc(), Body.get()); in TransformObjCAutoreleasePoolStmt()
15580 return getDerived().RebuildObjCEncodeExpr(E->getAtLoc(), in TransformObjCEncodeExpr()
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp1123 SourceLocation Loc = prop->getAtLoc(); in RewriteProperty()
1927 SourceLocation startLoc = S->getAtLoc(); in RewriteObjCAutoreleasePoolStmt()
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DCompiler.cpp1950 /*Pascal=*/false, E->getType(), E->getAtLoc()); in VisitObjCEncodeExpr()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp5776 auto ToAtLoc = importChecked(Err, D->getAtLoc()); in VisitObjCPropertyDecl()
7237 ExpectedSLoc ToAtLocOrErr = import(S->getAtLoc()); in VisitObjCAutoreleasePoolStmt()