Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCodeGenPGO.cpp338 void VisitLabelStmt(const LabelStmt *S) { in VisitLabelStmt() function
HDCoverageMappingGen.cpp612 void VisitLabelStmt(const LabelStmt *S) { in VisitLabelStmt() function
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDASTDumper.cpp484 void VisitLabelStmt(const LabelStmt *Node);
1670 void ASTDumper::VisitLabelStmt(const LabelStmt *Node) { in VisitLabelStmt() function in ASTDumper
HDStmtProfile.cpp106 void StmtProfiler::VisitLabelStmt(const LabelStmt *S) { in VisitLabelStmt() function in StmtProfiler
HDStmtPrinter.cpp165 void StmtPrinter::VisitLabelStmt(LabelStmt *Node) { in VisitLabelStmt() function in StmtPrinter
HDASTImporter.cpp182 Stmt *VisitLabelStmt(LabelStmt *S);
4657 Stmt *ASTNodeImporter::VisitLabelStmt(LabelStmt *S) { in VisitLabelStmt() function in ASTNodeImporter
/NextBSD/contrib/llvm/tools/clang/lib/Analysis/
HDCFG.cpp390 CFGBlock *VisitLabelStmt(LabelStmt *L);
1505 return VisitLabelStmt(cast<LabelStmt>(S)); in Visit()
2251 CFGBlock *CFGBuilder::VisitLabelStmt(LabelStmt *L) { in VisitLabelStmt() function in __anon75d161960111::CFGBuilder
/NextBSD/contrib/llvm/tools/clang/lib/Serialization/
HDASTWriterStmt.cpp103 void ASTStmtWriter::VisitLabelStmt(LabelStmt *S) { in VisitLabelStmt() function in ASTStmtWriter
HDASTReaderStmt.cpp162 void ASTStmtReader::VisitLabelStmt(LabelStmt *S) { in VisitLabelStmt() function in ASTStmtReader