Home
last modified time | relevance | path

Searched refs:getSemiLoc (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DTransEmptyStatementsAndDealloc.cpp37 SourceLocation SemiLoc = S->getSemiLoc(); in isEmptyARCMTMacroStatement()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmt.h1374 SourceLocation getSemiLoc() const { return NullStmtBits.SemiLoc; } in getSemiLoc() function
1381 SourceLocation getBeginLoc() const { return getSemiLoc(); } in getBeginLoc()
1382 SourceLocation getEndLoc() const { return getSemiLoc(); } in getEndLoc()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp15312 unsigned BodyLine = SourceMgr.getSpellingLineNumber(Body->getSemiLoc(), in ShouldDiagnoseEmptyStmtBody()
15341 Diag(NBody->getSemiLoc(), DiagID); in DiagnoseEmptyStmtBody()
15342 Diag(NBody->getSemiLoc(), diag::note_empty_body_on_separate_line); in DiagnoseEmptyStmtBody()
15369 if (Diags.isIgnored(DiagID, NBody->getSemiLoc())) in DiagnoseEmptyLoopBody()
15406 Diag(NBody->getSemiLoc(), DiagID); in DiagnoseEmptyLoopBody()
15407 Diag(NBody->getSemiLoc(), diag::note_empty_body_on_separate_line); in DiagnoseEmptyLoopBody()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterStmt.cpp76 Record.AddSourceLocation(S->getSemiLoc()); in VisitNullStmt()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTImporter.cpp6111 ExpectedSLoc ToSemiLocOrErr = import(S->getSemiLoc()); in VisitNullStmt()