Home
last modified time | relevance | path

Searched defs:VisitLabelStmt (Results 1 – 11 of 11) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/Index/
H A DIndexBody.cpp152 bool VisitLabelStmt(LabelStmt *S) { in VisitLabelStmt() function in __anon260e64990111::BodyIndexer
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenPGO.cpp591 void VisitLabelStmt(const LabelStmt *S) { VisitLabelStmt() function
H A DCoverageMappingGen.cpp1456 void VisitLabelStmt(const LabelStmt *S) { VisitLabelStmt() function
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp1616 void JSONNodeDumper::VisitLabelStmt(const LabelStmt *LS) { VisitLabelStmt() function in JSONNodeDumper
H A DTextNodeDumper.cpp1073 void TextNodeDumper::VisitLabelStmt(const LabelStmt *Node) { VisitLabelStmt() function in TextNodeDumper
H A DStmtPrinter.cpp289 void StmtPrinter::VisitLabelStmt(LabelStmt *Node) { in VisitLabelStmt() function in StmtPrinter
H A DStmtProfile.cpp273 void StmtProfiler::VisitLabelStmt(const LabelStmt *S) { in VisitLabelStmt() function in StmtProfiler
H A DASTImporter.cpp6794 ExpectedStmt ASTNodeImporter::VisitLabelStmt(LabelStmt *S) { VisitLabelStmt() function in ASTNodeImporter
/freebsd-src/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
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp3389 CFGBlock *CFGBuilder::VisitLabelStmt(LabelStmt *L) { VisitLabelStmt() function in CFGBuilder