Searched refs:VisitLabelStmt (Results 1 – 14 of 14) sorted by relevance
260 void VisitLabelStmt(const LabelStmt *Node);
336 void VisitLabelStmt(const LabelStmt *LS);
352 bool VisitLabelStmt(const LabelStmt *) { return true; } in VisitLabelStmt() function in clang::TrivialFunctionAnalysisVisitor
152 bool VisitLabelStmt(LabelStmt *S) { in VisitLabelStmt() function in __anon1d8962c70111::BodyIndexer
680 void VisitLabelStmt(const LabelStmt *S) { in VisitLabelStmt() function
1536 void VisitLabelStmt(const LabelStmt *S) { in VisitLabelStmt() function
598 CFGBlock *VisitLabelStmt(LabelStmt *L);2329 return VisitLabelStmt(cast<LabelStmt>(S)); in Visit()3386 CFGBlock *CFGBuilder::VisitLabelStmt(LabelStmt *L) { in VisitLabelStmt() function in CFGBuilder
1659 void JSONNodeDumper::VisitLabelStmt(const LabelStmt *LS) { in VisitLabelStmt() function in JSONNodeDumper
273 void StmtProfiler::VisitLabelStmt(const LabelStmt *S) { in VisitLabelStmt() function in StmtProfiler
289 void StmtPrinter::VisitLabelStmt(LabelStmt *Node) { in VisitLabelStmt() function in StmtPrinter
1293 void TextNodeDumper::VisitLabelStmt(const LabelStmt *Node) { in VisitLabelStmt() function in TextNodeDumper
538 ExpectedStmt VisitLabelStmt(LabelStmt *S);6896 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