Home
last modified time | relevance | path

Searched refs:VisitLabelStmt (Results 1 – 13 of 13) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DTextNodeDumper.h251 void VisitLabelStmt(const LabelStmt *Node);
H A DJSONNodeDumper.h331 void VisitLabelStmt(const LabelStmt *LS);
/freebsd-14.2/contrib/llvm-project/clang/lib/Index/
H A DIndexBody.cpp152 bool VisitLabelStmt(LabelStmt *S) { in VisitLabelStmt() function in __anon8e20ed7d0111::BodyIndexer
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenPGO.cpp591 void VisitLabelStmt(const LabelStmt *S) { in VisitLabelStmt() function
H A DCoverageMappingGen.cpp1456 void VisitLabelStmt(const LabelStmt *S) { in VisitLabelStmt() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp598 CFGBlock *VisitLabelStmt(LabelStmt *L);
2332 return VisitLabelStmt(cast<LabelStmt>(S)); in Visit()
3389 CFGBlock *CFGBuilder::VisitLabelStmt(LabelStmt *L) { in VisitLabelStmt() function in CFGBuilder
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp1616 void JSONNodeDumper::VisitLabelStmt(const LabelStmt *LS) { in VisitLabelStmt() function in JSONNodeDumper
H A DStmtProfile.cpp273 void StmtProfiler::VisitLabelStmt(const LabelStmt *S) { in VisitLabelStmt() function in StmtProfiler
H A DTextNodeDumper.cpp1073 void TextNodeDumper::VisitLabelStmt(const LabelStmt *Node) { in VisitLabelStmt() function in TextNodeDumper
H A DStmtPrinter.cpp289 void StmtPrinter::VisitLabelStmt(LabelStmt *Node) { in VisitLabelStmt() function in StmtPrinter
H A DASTImporter.cpp537 ExpectedStmt VisitLabelStmt(LabelStmt *S);
6794 ExpectedStmt ASTNodeImporter::VisitLabelStmt(LabelStmt *S) { in VisitLabelStmt() function in ASTNodeImporter
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp182 void ASTStmtWriter::VisitLabelStmt(LabelStmt *S) { in VisitLabelStmt() function in ASTStmtWriter
H A DASTReaderStmt.cpp192 void ASTStmtReader::VisitLabelStmt(LabelStmt *S) { in VisitLabelStmt() function in ASTStmtReader