Searched refs:VisitLabelStmt (Results 1 – 12 of 12) sorted by relevance
246 void VisitLabelStmt(const LabelStmt *Node);
317 void VisitLabelStmt(const LabelStmt *LS);
463 void VisitLabelStmt(const LabelStmt *S) { in VisitLabelStmt() function
1038 void VisitLabelStmt(const LabelStmt *S) { in VisitLabelStmt() function
580 CFGBlock *VisitLabelStmt(LabelStmt *L);2266 return VisitLabelStmt(cast<LabelStmt>(S)); in Visit()3241 CFGBlock *CFGBuilder::VisitLabelStmt(LabelStmt *L) { in VisitLabelStmt() function in CFGBuilder
1502 void JSONNodeDumper::VisitLabelStmt(const LabelStmt *LS) { in VisitLabelStmt() function in JSONNodeDumper
253 void StmtProfiler::VisitLabelStmt(const LabelStmt *S) { in VisitLabelStmt() function in StmtProfiler
965 void TextNodeDumper::VisitLabelStmt(const LabelStmt *Node) { in VisitLabelStmt() function in TextNodeDumper
225 void StmtPrinter::VisitLabelStmt(LabelStmt *Node) { in VisitLabelStmt() function in StmtPrinter
565 ExpectedStmt VisitLabelStmt(LabelStmt *S);6298 ExpectedStmt ASTNodeImporter::VisitLabelStmt(LabelStmt *S) { in VisitLabelStmt() function in ASTNodeImporter
116 void ASTStmtWriter::VisitLabelStmt(LabelStmt *S) { in VisitLabelStmt() function in ASTStmtWriter
186 void ASTStmtReader::VisitLabelStmt(LabelStmt *S) { in VisitLabelStmt() function in ASTStmtReader