Searched refs:VisitLabelStmt (Results 1 - 11 of 11) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DJSONNodeDumper.h312 void VisitLabelStmt(const LabelStmt *LS);
H A DTextNodeDumper.h244 void VisitLabelStmt(const LabelStmt *Node);
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenPGO.cpp448 void VisitLabelStmt(const LabelStmt *S) { function in struct:__anon1801::ComputeRegionCounts
H A DCoverageMappingGen.cpp932 void VisitLabelStmt(const LabelStmt *S) { function in namespace:__anon1810
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp580 CFGBlock *VisitLabelStmt(LabelStmt *L);
2259 return VisitLabelStmt(cast<LabelStmt>(S));
3234 CFGBlock *CFGBuilder::VisitLabelStmt(LabelStmt *L) { function in class:CFGBuilder
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp1444 void JSONNodeDumper::VisitLabelStmt(const LabelStmt *LS) { function in class:JSONNodeDumper
H A DStmtPrinter.cpp225 void StmtPrinter::VisitLabelStmt(LabelStmt *Node) { function in class:StmtPrinter
H A DStmtProfile.cpp253 void StmtProfiler::VisitLabelStmt(const LabelStmt *S) { function in class:StmtProfiler
H A DASTImporter.cpp548 ExpectedStmt VisitLabelStmt(LabelStmt *S);
6034 ExpectedStmt ASTNodeImporter::VisitLabelStmt(LabelStmt *S) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp186 void ASTStmtReader::VisitLabelStmt(LabelStmt *S) { function in class:ASTStmtReader
H A DASTWriterStmt.cpp116 void ASTStmtWriter::VisitLabelStmt(LabelStmt *S) { function in class:ASTStmtWriter

Completed in 225 milliseconds