Searched refs:getSwitchLoc (Results 1 – 10 of 10) sorted by relevance
/external/llvm-project/clang/include/clang/AST/ |
D | Stmt.h | 2254 SourceLocation getSwitchLoc() const { return SwitchStmtBits.SwitchLoc; } in getSwitchLoc() function 2283 SourceLocation getBeginLoc() const { return getSwitchLoc(); } in getBeginLoc()
|
/external/llvm-project/clang/lib/Tooling/Syntax/ |
D | BuildTree.cpp | 1400 Builder.markChildToken(S->getSwitchLoc(), in WalkUpFromSwitchStmt()
|
/external/llvm-project/clang-tools-extra/clangd/ |
D | XRefs.cpp | 1041 Result.push_back(SS->getSwitchLoc()); // Highlight the switch. in relatedControlFlow()
|
/external/clang/include/clang/AST/ |
D | Stmt.h | 1007 SourceLocation getSwitchLoc() const { return SwitchLoc; } in getSwitchLoc() function
|
/external/llvm-project/clang/lib/Serialization/ |
D | ASTWriterStmt.cpp | 179 Record.AddSourceLocation(S->getSwitchLoc()); in VisitSwitchStmt()
|
/external/clang/lib/Serialization/ |
D | ASTWriterStmt.cpp | 148 Record.AddSourceLocation(S->getSwitchLoc()); in VisitSwitchStmt()
|
/external/clang/lib/Sema/ |
D | TreeTransform.h | 6327 S->getSwitchLoc(), S->getConditionVariable(), S->getCond(), in TransformSwitchStmt() 6334 = getDerived().RebuildSwitchStmtStart(S->getSwitchLoc(), in TransformSwitchStmt() 6345 return getDerived().RebuildSwitchStmtBody(S->getSwitchLoc(), Switch.get(), in TransformSwitchStmt()
|
/external/llvm-project/clang/lib/Sema/ |
D | TreeTransform.h | 7313 S->getSwitchLoc(), S->getConditionVariable(), S->getCond(), in TransformSwitchStmt() 7320 getDerived().RebuildSwitchStmtStart(S->getSwitchLoc(), S->getLParenLoc(), in TransformSwitchStmt() 7331 return getDerived().RebuildSwitchStmtBody(S->getSwitchLoc(), Switch.get(), in TransformSwitchStmt()
|
/external/clang/lib/AST/ |
D | ASTImporter.cpp | 5029 ToStmt->setSwitchLoc(Importer.Import(S->getSwitchLoc())); in VisitSwitchStmt()
|
/external/llvm-project/clang/lib/AST/ |
D | ASTImporter.cpp | 6150 auto ToSwitchLoc = importChecked(Err, S->getSwitchLoc()); in VisitSwitchStmt()
|