Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DTextNodeDumper.h246 void VisitLabelStmt(const LabelStmt *Node);
H A DJSONNodeDumper.h322 void VisitLabelStmt(const LabelStmt *LS);
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenPGO.cpp464 void VisitLabelStmt(const LabelStmt *S) { in VisitLabelStmt() function
H A DCoverageMappingGen.cpp1048 void VisitLabelStmt(const LabelStmt *S) { in VisitLabelStmt() function
/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DCFG.cpp585 CFGBlock *VisitLabelStmt(LabelStmt *L);
2325 return VisitLabelStmt(cast<LabelStmt>(S)); in Visit()
3382 CFGBlock *CFGBuilder::VisitLabelStmt(LabelStmt *L) { in VisitLabelStmt() function in CFGBuilder
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DJSONNodeDumper.cpp1543 void JSONNodeDumper::VisitLabelStmt(const LabelStmt *LS) { in VisitLabelStmt() function in JSONNodeDumper
H A DStmtProfile.cpp257 void StmtProfiler::VisitLabelStmt(const LabelStmt *S) { in VisitLabelStmt() function in StmtProfiler
H A DTextNodeDumper.cpp980 void TextNodeDumper::VisitLabelStmt(const LabelStmt *Node) { in VisitLabelStmt() function in TextNodeDumper
H A DStmtPrinter.cpp288 void StmtPrinter::VisitLabelStmt(LabelStmt *Node) { in VisitLabelStmt() function in StmtPrinter
H A DASTImporter.cpp582 ExpectedStmt VisitLabelStmt(LabelStmt *S);
6545 ExpectedStmt ASTNodeImporter::VisitLabelStmt(LabelStmt *S) { in VisitLabelStmt() function in ASTNodeImporter
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTWriterStmt.cpp119 void ASTStmtWriter::VisitLabelStmt(LabelStmt *S) { in VisitLabelStmt() function in ASTStmtWriter
H A DASTReaderStmt.cpp191 void ASTStmtReader::VisitLabelStmt(LabelStmt *S) { in VisitLabelStmt() function in ASTStmtReader