Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h2527 SourceLocation getSwitchLoc() const { return SwitchStmtBits.SwitchLoc; } in getSwitchLoc() function
2556 SourceLocation getBeginLoc() const { return getSwitchLoc(); } in getBeginLoc()
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp1435 Builder.markChildToken(S->getSwitchLoc(), in WalkUpFromSwitchStmt()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp247 Record.AddSourceLocation(S->getSwitchLoc()); in VisitSwitchStmt()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h7793 S->getSwitchLoc(), S->getConditionVariable(), S->getCond(), in TransformSwitchStmt()
7800 getDerived().RebuildSwitchStmtStart(S->getSwitchLoc(), S->getLParenLoc(), in TransformSwitchStmt()
7811 return getDerived().RebuildSwitchStmtBody(S->getSwitchLoc(), Switch.get(), in TransformSwitchStmt()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp6852 auto ToSwitchLoc = importChecked(Err, S->getSwitchLoc()); in VisitSwitchStmt()