Home
last modified time | relevance | path

Searched defs:VisitIndirectGotoStmt (Results 1 – 6 of 6) sorted by relevance

/llvm-project/clang/lib/Analysis/
H A DCFG.cpp4921 CFGBlock *CFGBuilder::VisitIndirectGotoStmt(IndirectGotoStmt *I) { VisitIndirectGotoStmt() function in CFGBuilder
5597 void VisitIndirectGotoStmt(IndirectGotoStmt *I) { VisitIndirectGotoStmt() function in __anon36ae77d00711::CFGBlockTerminatorPrint
/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp305 void ASTStmtWriter::VisitIndirectGotoStmt(IndirectGotoStmt *S) { VisitIndirectGotoStmt() function in ASTStmtWriter
H A DASTReaderStmt.cpp320 void ASTStmtReader::VisitIndirectGotoStmt(IndirectGotoStmt *S) { VisitIndirectGotoStmt() function in ASTStmtReader
/llvm-project/clang/lib/AST/
H A DStmtPrinter.cpp466 void StmtPrinter::VisitIndirectGotoStmt(IndirectGotoStmt *Node) { VisitIndirectGotoStmt() function in StmtPrinter
H A DStmtProfile.cpp311 void StmtProfiler::VisitIndirectGotoStmt(const IndirectGotoStmt *S) { in VisitIndirectGotoStmt() function in StmtProfiler
H A DASTImporter.cpp7040 ExpectedStmt ASTNodeImporter::VisitIndirectGotoStmt(IndirectGotoStmt *S) { VisitIndirectGotoStmt() function in ASTNodeImporter