Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DStmtPrinter.cpp69 void PrintRawCXXCatchStmt(CXXCatchStmt *Catch);
510 void StmtPrinter::PrintRawCXXCatchStmt(CXXCatchStmt *Node) { in PrintRawCXXCatchStmt() function in StmtPrinter
522 PrintRawCXXCatchStmt(Node); in VisitCXXCatchStmt()
531 PrintRawCXXCatchStmt(Node->getHandler(i)); in VisitCXXTryStmt()