Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/AST/
DStmt.h2699 SourceLocation getBreakLoc() const { return BreakStmtBits.BreakLoc; } in getBreakLoc() function
2702 SourceLocation getBeginLoc() const { return getBreakLoc(); } in getBeginLoc()
2703 SourceLocation getEndLoc() const { return getBreakLoc(); } in getEndLoc()
/external/llvm-project/clang/lib/Tooling/Syntax/
DBuildTree.cpp1463 Builder.markChildToken(S->getBreakLoc(), in WalkUpFromBreakStmt()
/external/llvm-project/clang-tools-extra/clangd/
DXRefs.cpp920 found(Break, B->getBreakLoc()); in VisitBreakStmt()
/external/clang/include/clang/AST/
DStmt.h1340 SourceLocation getBreakLoc() const { return BreakLoc; } in getBreakLoc() function
/external/clang/lib/Serialization/
DASTWriterStmt.cpp212 Record.AddSourceLocation(S->getBreakLoc()); in VisitBreakStmt()
/external/llvm-project/clang/lib/Serialization/
DASTWriterStmt.cpp253 Record.AddSourceLocation(S->getBreakLoc()); in VisitBreakStmt()
/external/clang/lib/Sema/
DSemaStmt.cpp1558 BreakLoc = E->getBreakLoc(); in VisitBreakStmt()
/external/llvm-project/clang/lib/Sema/
DSemaStmt.cpp1690 BreakLoc = E->getBreakLoc(); in VisitBreakStmt()
/external/clang/lib/AST/
DASTImporter.cpp5142 SourceLocation ToBreakLoc = Importer.Import(S->getBreakLoc()); in VisitBreakStmt()
/external/llvm-project/clang/lib/AST/
DASTImporter.cpp6262 auto ToBreakLocOrErr = import(S->getBreakLoc()); in VisitBreakStmt()