Searched defs:VisitLabelStmt (Results 1 – 11 of 11) sorted by relevance
152 bool VisitLabelStmt(LabelStmt *S) { in VisitLabelStmt() function in __anon260e64990111::BodyIndexer
591 void VisitLabelStmt(const LabelStmt *S) { VisitLabelStmt() function
1456 void VisitLabelStmt(const LabelStmt *S) { VisitLabelStmt() function
1616 void JSONNodeDumper::VisitLabelStmt(const LabelStmt *LS) { VisitLabelStmt() function in JSONNodeDumper
1073 void TextNodeDumper::VisitLabelStmt(const LabelStmt *Node) { VisitLabelStmt() function in TextNodeDumper
289 void StmtPrinter::VisitLabelStmt(LabelStmt *Node) { in VisitLabelStmt() function in StmtPrinter
273 void StmtProfiler::VisitLabelStmt(const LabelStmt *S) { in VisitLabelStmt() function in StmtProfiler
6794 ExpectedStmt ASTNodeImporter::VisitLabelStmt(LabelStmt *S) { 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
3389 CFGBlock *CFGBuilder::VisitLabelStmt(LabelStmt *L) { VisitLabelStmt() function in CFGBuilder