Home
last modified time | relevance | path

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

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