Home
last modified time | relevance | path

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

/freebsd/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
422 SourceLocation getAtLoc() const { return AtLoc; } in getAtLoc() function
470 SourceLocation getAtLoc() const { return AtLoc; } in getAtLoc() function
524 SourceLocation getAtLoc() const { return AtLoc; } in getAtLoc() function
H A DStmtObjC.h414 SourceLocation getAtLoc() const { return AtLoc; } in getAtLoc() function
H A DDeclObjC.h793 SourceLocation getAtLoc() const { return AtLoc; } in getAtLoc() function
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp1415 Record.AddSourceLocation(E->getAtLoc()); in VisitObjCStringLiteral()
1462 Record.AddSourceLocation(E->getAtLoc()); in VisitObjCEncodeExpr()
1470 Record.AddSourceLocation(E->getAtLoc()); in VisitObjCSelectorExpr()
1478 Record.AddSourceLocation(E->getAtLoc()); in VisitObjCProtocolExpr()
1607 Record.AddSourceLocation(S->getAtLoc()); in VisitObjCAutoreleasePoolStmt()
H A DASTWriterDecl.cpp1145 Record.AddSourceLocation(D->getAtLoc()); in VisitObjCPropertyDecl()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DJumpDiagnostics.cpp552 AS->getAtLoc())); in BuildScopeInformation()
H A DSemaExprObjC.cpp3403 SourceLocation Loc = OSE->getAtLoc(); in RemoveSelectorFromWarningCache()
H A DTreeTransform.h9095 S->getAtLoc(), Body.get()); in TransformObjCAutoreleasePoolStmt()
16719 return getDerived().RebuildObjCEncodeExpr(E->getAtLoc(), in TransformObjCEncodeExpr()
/freebsd/contrib/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(); in RewriteProperty()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp6052 auto ToAtLoc = importChecked(Err, D->getAtLoc()); in VisitObjCPropertyDecl()
7584 ExpectedSLoc ToAtLocOrErr = import(S->getAtLoc()); in VisitObjCAutoreleasePoolStmt()
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DCompiler.cpp2530 /*Pascal=*/false, E->getType(), E->getAtLoc()); in VisitObjCEncodeExpr()