Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmt.h2703 SourceLocation getBreakLoc() const { return BreakStmtBits.BreakLoc; } in getBreakLoc() function
2706 SourceLocation getBeginLoc() const { return getBreakLoc(); } in getBeginLoc()
2707 SourceLocation getEndLoc() const { return getBreakLoc(); } in getEndLoc()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp1497 Builder.markChildToken(S->getBreakLoc(), in WalkUpFromBreakStmt()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterStmt.cpp254 Record.AddSourceLocation(S->getBreakLoc()); in VisitBreakStmt()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaStmt.cpp1970 BreakLoc = E->getBreakLoc(); in VisitBreakStmt()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTImporter.cpp6339 auto ToBreakLocOrErr = import(S->getBreakLoc()); in VisitBreakStmt()