Home
last modified time | relevance | path

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

/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()
/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.h414 SourceLocation getAtLoc() const { return AtLoc; } in getAtLoc() function
H A DDeclObjC.h795 SourceLocation getAtLoc() const { return AtLoc; } in getAtLoc() function
/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp1410 Record.AddSourceLocation(E->getAtLoc()); in VisitObjCArrayLiteral()
1457 Record.AddSourceLocation(E->getAtLoc()); in VisitObjCProtocolExpr()
1465 Record.AddSourceLocation(E->getAtLoc()); in VisitObjCIvarRefExpr()
1473 Record.AddSourceLocation(E->getAtLoc());
1602 Record.AddSourceLocation(S->getAtLoc());
H A DASTWriterDecl.cpp1040 Record.AddSourceLocation(D->getAtLoc()); in VisitFieldDecl()
/llvm-project/clang/lib/Sema/
H A DJumpDiagnostics.cpp553 AS->getAtLoc())); in BuildScopeInformation()
H A DSemaExprObjC.cpp3402 SourceLocation Loc = OSE->getAtLoc(); in BuildInstanceMessage()
H A DTreeTransform.h8992 S->getAtLoc(), Body.get()); in TransformMSDependentExistsStmt()
16510 return getDerived().RebuildObjCEncodeExpr(E->getAtLoc(),
/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp1122 SourceLocation Loc = prop->getAtLoc(); in RewriteProperty()
1926 SourceLocation startLoc = S->getAtLoc(); in RewriteObjCAutoreleasePoolStmt()
H A DRewriteObjC.cpp962 SourceLocation Loc = prop->getAtLoc();
/llvm-project/clang/lib/AST/Interp/
H A DCompiler.cpp
/llvm-project/clang/lib/AST/
H A DASTImporter.cpp5837 auto ToAtLoc = importChecked(Err, D->getAtLoc()); in VisitObjCPropertyImplDecl()
7304 ExpectedSLoc ToAtLocOrErr = import(S->getAtLoc()); in VisitChooseExpr()