Home
last modified time | relevance | path

Searched refs:getSwitchLoc (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/AST/
H A DStmt.h2319 SourceLocation getSwitchLoc() const { return SwitchStmtBits.SwitchLoc; } in getSwitchLoc() function
2348 SourceLocation getBeginLoc() const { return getSwitchLoc(); } in getBeginLoc()
/llvm-project-15.0.7/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp1435 Builder.markChildToken(S->getSwitchLoc(), in WalkUpFromSwitchStmt()
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DXRefs.cpp1185 Result.push_back(SS->getSwitchLoc()); // Highlight the switch. in relatedControlFlow()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriterStmt.cpp182 Record.AddSourceLocation(S->getSwitchLoc()); in VisitSwitchStmt()
/llvm-project-15.0.7/clang/lib/Sema/
H A DTreeTransform.h7530 S->getSwitchLoc(), S->getConditionVariable(), S->getCond(), in TransformSwitchStmt()
7537 getDerived().RebuildSwitchStmtStart(S->getSwitchLoc(), S->getLParenLoc(), in TransformSwitchStmt()
7548 return getDerived().RebuildSwitchStmtBody(S->getSwitchLoc(), Switch.get(), in TransformSwitchStmt()
/llvm-project-15.0.7/clang/lib/AST/
H A DASTImporter.cpp6467 auto ToSwitchLoc = importChecked(Err, S->getSwitchLoc()); in VisitSwitchStmt()