Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clangd/
H A DFindTarget.cpp301 void VisitLabelStmt(const LabelStmt *Label) { in add() function
848 void VisitLabelStmt(const LabelStmt *LS) { refInStmt() function
/llvm-project/clang/lib/Index/
H A DIndexBody.cpp152 bool VisitLabelStmt(LabelStmt *S) { in VisitLabelStmt() function in __anona191e0fa0111::BodyIndexer
/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DPtrTypesSemantics.cpp352 bool VisitLabelStmt(const LabelStmt *) { return true; } VisitLabelStmt() function in clang::TrivialFunctionAnalysisVisitor
/llvm-project/clang/lib/CodeGen/
H A DCodeGenPGO.cpp682 void VisitLabelStmt(const LabelStmt *S) { VisitLabelStmt() function
H A DCoverageMappingGen.cpp1534 void VisitLabelStmt(const LabelStmt *S) { VisitLabelStmt() function
/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp1660 void JSONNodeDumper::VisitLabelStmt(const LabelStmt *LS) { VisitLabelStmt() function in JSONNodeDumper
H A DTextNodeDumper.cpp1293 void TextNodeDumper::VisitLabelStmt(const LabelStmt *Node) { VisitLabelStmt() function in TextNodeDumper
H A DStmtPrinter.cpp289 void StmtPrinter::VisitLabelStmt(LabelStmt *Node) { VisitLabelStmt() function in StmtPrinter
H A DStmtProfile.cpp273 void StmtProfiler::VisitLabelStmt(const LabelStmt *S) { in VisitLabelStmt() function in StmtProfiler
H A DASTImporter.cpp6891 ExpectedStmt ASTNodeImporter::VisitLabelStmt(LabelStmt *S) { VisitLabelStmt() function in ASTNodeImporter
/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp182 void ASTStmtWriter::VisitLabelStmt(LabelStmt *S) { VisitLabelStmt() function in ASTStmtWriter
H A DASTReaderStmt.cpp192 void ASTStmtReader::VisitLabelStmt(LabelStmt *S) { VisitLabelStmt() function in ASTStmtReader
/llvm-project/clang/lib/Analysis/
H A DCFG.cpp3386 CFGBlock *CFGBuilder::VisitLabelStmt(LabelStmt *L) { VisitLabelStmt() function in CFGBuilder