Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DTextNodeDumper.h246 void VisitLabelStmt(const LabelStmt *Node);
H A DJSONNodeDumper.h317 void VisitLabelStmt(const LabelStmt *LS);
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenPGO.cpp463 void VisitLabelStmt(const LabelStmt *S) { in VisitLabelStmt() function
H A DCoverageMappingGen.cpp1038 void VisitLabelStmt(const LabelStmt *S) { in VisitLabelStmt() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp580 CFGBlock *VisitLabelStmt(LabelStmt *L);
2266 return VisitLabelStmt(cast<LabelStmt>(S)); in Visit()
3241 CFGBlock *CFGBuilder::VisitLabelStmt(LabelStmt *L) { in VisitLabelStmt() function in CFGBuilder
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp1502 void JSONNodeDumper::VisitLabelStmt(const LabelStmt *LS) { in VisitLabelStmt() function in JSONNodeDumper
H A DStmtProfile.cpp253 void StmtProfiler::VisitLabelStmt(const LabelStmt *S) { in VisitLabelStmt() function in StmtProfiler
H A DTextNodeDumper.cpp965 void TextNodeDumper::VisitLabelStmt(const LabelStmt *Node) { in VisitLabelStmt() function in TextNodeDumper
H A DStmtPrinter.cpp225 void StmtPrinter::VisitLabelStmt(LabelStmt *Node) { in VisitLabelStmt() function in StmtPrinter
H A DASTImporter.cpp565 ExpectedStmt VisitLabelStmt(LabelStmt *S);
6298 ExpectedStmt ASTNodeImporter::VisitLabelStmt(LabelStmt *S) { in VisitLabelStmt() function in ASTNodeImporter
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp116 void ASTStmtWriter::VisitLabelStmt(LabelStmt *S) { in VisitLabelStmt() function in ASTStmtWriter
H A DASTReaderStmt.cpp186 void ASTStmtReader::VisitLabelStmt(LabelStmt *S) { in VisitLabelStmt() function in ASTStmtReader