Searched refs:VisitLabelStmt (Results 1 – 13 of 13) sorted by relevance
246 void VisitLabelStmt(const LabelStmt *Node);
317 void VisitLabelStmt(const LabelStmt *LS);
297 void VisitLabelStmt(const LabelStmt *Label) { in add() function809 void VisitLabelStmt(const LabelStmt *LS) { in refInStmt() function
463 void VisitLabelStmt(const LabelStmt *S) { in VisitLabelStmt() function
1045 void VisitLabelStmt(const LabelStmt *S) { in VisitLabelStmt() function
581 CFGBlock *VisitLabelStmt(LabelStmt *L);2265 return VisitLabelStmt(cast<LabelStmt>(S)); in Visit()3322 CFGBlock *CFGBuilder::VisitLabelStmt(LabelStmt *L) { in VisitLabelStmt() function in CFGBuilder
1511 void JSONNodeDumper::VisitLabelStmt(const LabelStmt *LS) { in VisitLabelStmt() function in JSONNodeDumper
980 void TextNodeDumper::VisitLabelStmt(const LabelStmt *Node) { in VisitLabelStmt() function in TextNodeDumper
257 void StmtProfiler::VisitLabelStmt(const LabelStmt *S) { in VisitLabelStmt() function in StmtProfiler
287 void StmtPrinter::VisitLabelStmt(LabelStmt *Node) { in VisitLabelStmt() function in StmtPrinter
585 ExpectedStmt VisitLabelStmt(LabelStmt *S);6409 ExpectedStmt ASTNodeImporter::VisitLabelStmt(LabelStmt *S) { in VisitLabelStmt() function in ASTNodeImporter
119 void ASTStmtWriter::VisitLabelStmt(LabelStmt *S) { in VisitLabelStmt() function in ASTStmtWriter
190 void ASTStmtReader::VisitLabelStmt(LabelStmt *S) { in VisitLabelStmt() function in ASTStmtReader