Home
last modified time | relevance | path

Searched refs:CFGBlockTerminatorPrint (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DCFG.cpp5513 class CFGBlockTerminatorPrint class
5514 : public StmtVisitor<CFGBlockTerminatorPrint,void> {
5520 CFGBlockTerminatorPrint(raw_ostream &os, StmtPrinterHelper* helper, in CFGBlockTerminatorPrint() function in __anon76ebc3340611::CFGBlockTerminatorPrint
6000 CFGBlockTerminatorPrint TPrinter(OS, &Helper, PP); in print_block()
6143 CFGBlockTerminatorPrint TPrinter(OS, nullptr, PrintingPolicy(LO)); in printTerminator()