Searched refs:VisitIndirectGotoStmt (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp581 CFGBlock *VisitIndirectGotoStmt(IndirectGotoStmt *I);
2258 return VisitIndirectGotoStmt(cast<IndirectGotoStmt>(S));
4607 CFGBlock *CFGBuilder::VisitIndirectGotoStmt(IndirectGotoStmt *I) { function in class:CFGBuilder
5279 void VisitIndirectGotoStmt(IndirectGotoStmt *I) { function in class:__anon2774::CFGBlockTerminatorPrint
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DStmtPrinter.cpp384 void StmtPrinter::VisitIndirectGotoStmt(IndirectGotoStmt *Node) { function in class:StmtPrinter
H A DStmtProfile.cpp290 void StmtProfiler::VisitIndirectGotoStmt(const IndirectGotoStmt *S) { function in class:StmtProfiler
H A DASTImporter.cpp567 ExpectedStmt VisitIndirectGotoStmt(IndirectGotoStmt *S);
6157 ExpectedStmt ASTNodeImporter::VisitIndirectGotoStmt(IndirectGotoStmt *S) { function in class:ASTNodeImporter
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp302 void ASTStmtReader::VisitIndirectGotoStmt(IndirectGotoStmt *S) { function in class:ASTStmtReader
H A DASTWriterStmt.cpp231 void ASTStmtWriter::VisitIndirectGotoStmt(IndirectGotoStmt *S) { function in class:ASTStmtWriter

Completed in 161 milliseconds