Searched defs:VisitSwitchCase (Results 1 – 5 of 5) sorted by relevance
/llvm-project/clang/lib/CodeGen/ | ||
H A D | CodeGenPGO.cpp | 855 void VisitSwitchCase(const SwitchCase *S) { VisitSwitchCase() function |
H A D | CoverageMappingGen.cpp | 1892 void VisitSwitchCase(const SwitchCase *S) { VisitSwitchCase() function |
/llvm-project/clang/lib/Serialization/ | ||
H A D | ASTWriterStmt.cpp | 157 void ASTStmtWriter::VisitSwitchCase(SwitchCase *S) { VisitSwitchCase() function in ASTStmtWriter |
H A D | ASTReaderStmt.cpp | 169 void ASTStmtReader::VisitSwitchCase(SwitchCase *S) { VisitSwitchCase() function in ASTStmtReader |
/llvm-project/clang-tools-extra/clangd/ | ||
H A D | XRefs.cpp | 1070 bool VisitSwitchCase(SwitchCase *C) { VisitSwitchCase() function in clang::clangd::__anon452263b60c11::FindControlFlow |