Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Index/
H A DIndexBody.cpp170 bool VisitLabelStmt(LabelStmt *S) { in VisitLabelStmt() function in __anon1d8962c70111::BodyIndexer
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DPtrTypesSemantics.cpp618 bool VisitLabelStmt(const LabelStmt *) { return true; } in VisitLabelStmt() function in clang::TrivialFunctionAnalysisVisitor
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTNodeTraverser.h834 void VisitLabelStmt(const LabelStmt *Node) { in VisitLabelStmt() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenPGO.cpp680 void VisitLabelStmt(const LabelStmt *S) { in VisitLabelStmt() function
H A DCoverageMappingGen.cpp1581 void VisitLabelStmt(const LabelStmt *S) { in VisitLabelStmt() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp1673 void JSONNodeDumper::VisitLabelStmt(const LabelStmt *LS) { in VisitLabelStmt() function in JSONNodeDumper
H A DTextNodeDumper.cpp1446 void TextNodeDumper::VisitLabelStmt(const LabelStmt *Node) { in VisitLabelStmt() function in TextNodeDumper
H A DStmtPrinter.cpp294 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.cpp7243 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.cpp188 void ASTStmtReader::VisitLabelStmt(LabelStmt *S) { in VisitLabelStmt() function in ASTStmtReader
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp3498 CFGBlock *CFGBuilder::VisitLabelStmt(LabelStmt *L) { in VisitLabelStmt() function in CFGBuilder