Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DStmt.h2019 SourceLocation getSwitchLoc() const { return SwitchStmtBits.SwitchLoc; } in getSwitchLoc() function
2044 SourceLocation getBeginLoc() const { return getSwitchLoc(); } in getBeginLoc()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriterStmt.cpp176 Record.AddSourceLocation(S->getSwitchLoc()); in VisitSwitchStmt()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DTreeTransform.h6726 S->getSwitchLoc(), S->getConditionVariable(), S->getCond(), in TransformSwitchStmt()
6733 = getDerived().RebuildSwitchStmtStart(S->getSwitchLoc(), Init.get(), Cond); in TransformSwitchStmt()
6743 return getDerived().RebuildSwitchStmtBody(S->getSwitchLoc(), Switch.get(), in TransformSwitchStmt()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTImporter.cpp5740 S->getBody(), S->getSwitchLoc()); in VisitSwitchStmt()