Searched defs:VisitDefaultStmt (Results 1 – 6 of 6) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/ | ||
H A D | ASTWriterStmt.cpp | 176 void ASTStmtWriter::VisitDefaultStmt(DefaultStmt *S) { in VisitDefaultStmt() function in ASTStmtWriter |
H A D | ASTReaderStmt.cpp | 187 void ASTStmtReader::VisitDefaultStmt(DefaultStmt *S) { in VisitDefaultStmt() function in ASTStmtReader |
/freebsd-src/contrib/llvm-project/clang/lib/AST/ | ||
H A D | StmtPrinter.cpp | 284 void StmtPrinter::VisitDefaultStmt(DefaultStmt *Node) { in VisitDefaultStmt() function in StmtPrinter |
H A D | StmtProfile.cpp | 269 void StmtProfiler::VisitDefaultStmt(const DefaultStmt *S) { in VisitDefaultStmt() function in StmtProfiler |
H A D | ASTImporter.cpp | 6781 ExpectedStmt ASTNodeImporter::VisitDefaultStmt(DefaultStmt *S) { VisitDefaultStmt() function in ASTNodeImporter |
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/ | ||
H A D | CFG.cpp | 4540 CFGBlock *CFGBuilder::VisitDefaultStmt(DefaultStmt *Terminator) { VisitDefaultStmt() function in CFGBuilder |