Searched refs:VisitLabelStmt (Results 1 – 10 of 10) sorted by relevance
225 void VisitLabelStmt(const LabelStmt *Node);
647 void TextNodeDumper::VisitLabelStmt(const LabelStmt *Node) { in VisitLabelStmt() function in TextNodeDumper
253 void StmtProfiler::VisitLabelStmt(const LabelStmt *S) { in VisitLabelStmt() function in StmtProfiler
228 void StmtPrinter::VisitLabelStmt(LabelStmt *Node) { in VisitLabelStmt() function in StmtPrinter
518 ExpectedStmt VisitLabelStmt(LabelStmt *S);5687 ExpectedStmt ASTNodeImporter::VisitLabelStmt(LabelStmt *S) { in VisitLabelStmt() function in ASTNodeImporter
445 void VisitLabelStmt(const LabelStmt *S) { in VisitLabelStmt() function
914 void VisitLabelStmt(const LabelStmt *S) { in VisitLabelStmt() function
556 CFGBlock *VisitLabelStmt(LabelStmt *L);2116 return VisitLabelStmt(cast<LabelStmt>(S)); in Visit()3030 CFGBlock *CFGBuilder::VisitLabelStmt(LabelStmt *L) { in VisitLabelStmt() function in CFGBuilder
115 void ASTStmtWriter::VisitLabelStmt(LabelStmt *S) { in VisitLabelStmt() function in ASTStmtWriter
194 void ASTStmtReader::VisitLabelStmt(LabelStmt *S) { in VisitLabelStmt() function in ASTStmtReader