Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTextNodeDumper.h260 void VisitLabelStmt(const LabelStmt *Node);
H A DJSONNodeDumper.h336 void VisitLabelStmt(const LabelStmt *LS);
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DPtrTypesSemantics.cpp352 bool VisitLabelStmt(const LabelStmt *) { return true; } in VisitLabelStmt() function in clang::TrivialFunctionAnalysisVisitor
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DIndexBody.cpp152 bool VisitLabelStmt(LabelStmt *S) { in VisitLabelStmt() function in __anon1d8962c70111::BodyIndexer
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenPGO.cpp680 void VisitLabelStmt(const LabelStmt *S) { in VisitLabelStmt() function
H A DCoverageMappingGen.cpp1536 void VisitLabelStmt(const LabelStmt *S) { in VisitLabelStmt() function
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.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/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp1659 void JSONNodeDumper::VisitLabelStmt(const LabelStmt *LS) { in VisitLabelStmt() function in JSONNodeDumper
H A DStmtProfile.cpp273 void StmtProfiler::VisitLabelStmt(const LabelStmt *S) { in VisitLabelStmt() function in StmtProfiler
H A DStmtPrinter.cpp289 void StmtPrinter::VisitLabelStmt(LabelStmt *Node) { in VisitLabelStmt() function in StmtPrinter
H A DTextNodeDumper.cpp1293 void TextNodeDumper::VisitLabelStmt(const LabelStmt *Node) { in VisitLabelStmt() function in TextNodeDumper
H A DASTImporter.cpp538 ExpectedStmt VisitLabelStmt(LabelStmt *S);
6896 ExpectedStmt ASTNodeImporter::VisitLabelStmt(LabelStmt *S) { in VisitLabelStmt() function in ASTNodeImporter
/freebsd/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