Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDTextNodeDumper.h260 void VisitLabelStmt(const LabelStmt *Node);
HDJSONNodeDumper.h336 void VisitLabelStmt(const LabelStmt *LS);
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
HDPtrTypesSemantics.cpp352 bool VisitLabelStmt(const LabelStmt *) { return true; } in VisitLabelStmt() function in clang::TrivialFunctionAnalysisVisitor
/freebsd-13-stable/contrib/llvm-project/clang/lib/Index/
HDIndexBody.cpp152 bool VisitLabelStmt(LabelStmt *S) { in VisitLabelStmt() function in __anoneedf2e200111::BodyIndexer
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCodeGenPGO.cpp680 void VisitLabelStmt(const LabelStmt *S) { in VisitLabelStmt() function
HDCoverageMappingGen.cpp1536 void VisitLabelStmt(const LabelStmt *S) { in VisitLabelStmt() function
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
HDCFG.cpp598 CFGBlock *VisitLabelStmt(LabelStmt *L);
2329 return VisitLabelStmt(cast<LabelStmt>(S)); in Visit()
3386 CFGBlock *CFGBuilder::VisitLabelStmt(LabelStmt *L) { in VisitLabelStmt() function in CFGBuilder
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDJSONNodeDumper.cpp1659 void JSONNodeDumper::VisitLabelStmt(const LabelStmt *LS) { in VisitLabelStmt() function in JSONNodeDumper
HDStmtProfile.cpp273 void StmtProfiler::VisitLabelStmt(const LabelStmt *S) { in VisitLabelStmt() function in StmtProfiler
HDStmtPrinter.cpp289 void StmtPrinter::VisitLabelStmt(LabelStmt *Node) { in VisitLabelStmt() function in StmtPrinter
HDTextNodeDumper.cpp1293 void TextNodeDumper::VisitLabelStmt(const LabelStmt *Node) { in VisitLabelStmt() function in TextNodeDumper
HDASTImporter.cpp538 ExpectedStmt VisitLabelStmt(LabelStmt *S);
6896 ExpectedStmt ASTNodeImporter::VisitLabelStmt(LabelStmt *S) { in VisitLabelStmt() function in ASTNodeImporter
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTWriterStmt.cpp182 void ASTStmtWriter::VisitLabelStmt(LabelStmt *S) { in VisitLabelStmt() function in ASTStmtWriter
HDASTReaderStmt.cpp192 void ASTStmtReader::VisitLabelStmt(LabelStmt *S) { in VisitLabelStmt() function in ASTStmtReader