Searched refs:VisitLabelStmt (Results 1 – 12 of 12) sorted by relevance
243 void VisitLabelStmt(const LabelStmt *Node);
312 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);2259 return VisitLabelStmt(cast<LabelStmt>(S)); in Visit()3234 CFGBlock *CFGBuilder::VisitLabelStmt(LabelStmt *L) { in VisitLabelStmt() function in CFGBuilder
1451 void JSONNodeDumper::VisitLabelStmt(const LabelStmt *LS) { in VisitLabelStmt() function in JSONNodeDumper
924 void TextNodeDumper::VisitLabelStmt(const LabelStmt *Node) { in VisitLabelStmt() function in TextNodeDumper
253 void StmtProfiler::VisitLabelStmt(const LabelStmt *S) { in VisitLabelStmt() function in StmtProfiler
224 void StmtPrinter::VisitLabelStmt(LabelStmt *Node) { in VisitLabelStmt() function in StmtPrinter
547 ExpectedStmt VisitLabelStmt(LabelStmt *S);6169 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