Searched refs:VisitLabelStmt (Results 1 – 12 of 12) sorted by relevance
246 void VisitLabelStmt(const LabelStmt *Node);
322 void VisitLabelStmt(const LabelStmt *LS);
464 void VisitLabelStmt(const LabelStmt *S) { in VisitLabelStmt() function
1048 void VisitLabelStmt(const LabelStmt *S) { in VisitLabelStmt() function
585 CFGBlock *VisitLabelStmt(LabelStmt *L);2325 return VisitLabelStmt(cast<LabelStmt>(S)); in Visit()3382 CFGBlock *CFGBuilder::VisitLabelStmt(LabelStmt *L) { in VisitLabelStmt() function in CFGBuilder
1543 void JSONNodeDumper::VisitLabelStmt(const LabelStmt *LS) { in VisitLabelStmt() function in JSONNodeDumper
257 void StmtProfiler::VisitLabelStmt(const LabelStmt *S) { in VisitLabelStmt() function in StmtProfiler
980 void TextNodeDumper::VisitLabelStmt(const LabelStmt *Node) { in VisitLabelStmt() function in TextNodeDumper
288 void StmtPrinter::VisitLabelStmt(LabelStmt *Node) { in VisitLabelStmt() function in StmtPrinter
582 ExpectedStmt VisitLabelStmt(LabelStmt *S);6545 ExpectedStmt ASTNodeImporter::VisitLabelStmt(LabelStmt *S) { in VisitLabelStmt() function in ASTNodeImporter
119 void ASTStmtWriter::VisitLabelStmt(LabelStmt *S) { in VisitLabelStmt() function in ASTStmtWriter
191 void ASTStmtReader::VisitLabelStmt(LabelStmt *S) { in VisitLabelStmt() function in ASTStmtReader