Searched refs:VisitLabelStmt (Results 1 – 13 of 13) sorted by relevance
251 void VisitLabelStmt(const LabelStmt *Node);
331 void VisitLabelStmt(const LabelStmt *LS);
152 bool VisitLabelStmt(LabelStmt *S) { in VisitLabelStmt() function in __anon8e20ed7d0111::BodyIndexer
591 void VisitLabelStmt(const LabelStmt *S) { in VisitLabelStmt() function
1456 void VisitLabelStmt(const LabelStmt *S) { in VisitLabelStmt() function
598 CFGBlock *VisitLabelStmt(LabelStmt *L);2332 return VisitLabelStmt(cast<LabelStmt>(S)); in Visit()3389 CFGBlock *CFGBuilder::VisitLabelStmt(LabelStmt *L) { in VisitLabelStmt() function in CFGBuilder
1616 void JSONNodeDumper::VisitLabelStmt(const LabelStmt *LS) { in VisitLabelStmt() function in JSONNodeDumper
273 void StmtProfiler::VisitLabelStmt(const LabelStmt *S) { in VisitLabelStmt() function in StmtProfiler
1073 void TextNodeDumper::VisitLabelStmt(const LabelStmt *Node) { in VisitLabelStmt() function in TextNodeDumper
289 void StmtPrinter::VisitLabelStmt(LabelStmt *Node) { in VisitLabelStmt() function in StmtPrinter
537 ExpectedStmt VisitLabelStmt(LabelStmt *S);6794 ExpectedStmt ASTNodeImporter::VisitLabelStmt(LabelStmt *S) { in VisitLabelStmt() function in ASTNodeImporter
182 void ASTStmtWriter::VisitLabelStmt(LabelStmt *S) { in VisitLabelStmt() function in ASTStmtWriter
192 void ASTStmtReader::VisitLabelStmt(LabelStmt *S) { in VisitLabelStmt() function in ASTStmtReader