Searched refs:VisitLabelStmt (Results 1 – 6 of 6) sorted by relevance
250 void VisitLabelStmt(const LabelStmt *Node);1448 void ASTDumper::VisitLabelStmt(const LabelStmt *Node) { in VisitLabelStmt() function in ASTDumper
107 void StmtProfiler::VisitLabelStmt(const LabelStmt *S) { in VisitLabelStmt() function in StmtProfiler
169 void StmtPrinter::VisitLabelStmt(LabelStmt *Node) { in VisitLabelStmt() function in StmtPrinter
382 CFGBlock *VisitLabelStmt(LabelStmt *L);1159 return VisitLabelStmt(cast<LabelStmt>(S)); in Visit()1887 CFGBlock *CFGBuilder::VisitLabelStmt(LabelStmt *L) { in VisitLabelStmt() function in __anone283c7e90111::CFGBuilder
103 void ASTStmtWriter::VisitLabelStmt(LabelStmt *S) { in VisitLabelStmt() function in ASTStmtWriter
162 void ASTStmtReader::VisitLabelStmt(LabelStmt *S) { in VisitLabelStmt() function in ASTStmtReader