Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCodeGenPGO.cpp300 void VisitLabelStmt(const LabelStmt *S) { in VisitLabelStmt() function
DCoverageMappingGen.cpp601 void VisitLabelStmt(const LabelStmt *S) { in VisitLabelStmt() function
/external/clang/lib/AST/
DASTDumper.cpp486 void VisitLabelStmt(const LabelStmt *Node);
1680 void ASTDumper::VisitLabelStmt(const LabelStmt *Node) { in VisitLabelStmt() function in ASTDumper
DStmtProfile.cpp107 void StmtProfiler::VisitLabelStmt(const LabelStmt *S) { in VisitLabelStmt() function in StmtProfiler
DStmtPrinter.cpp166 void StmtPrinter::VisitLabelStmt(LabelStmt *Node) { in VisitLabelStmt() function in StmtPrinter
DASTImporter.cpp182 Stmt *VisitLabelStmt(LabelStmt *S);
4655 Stmt *ASTNodeImporter::VisitLabelStmt(LabelStmt *S) { in VisitLabelStmt() function in ASTNodeImporter
/external/clang/lib/Analysis/
DCFG.cpp462 CFGBlock *VisitLabelStmt(LabelStmt *L);
1551 return VisitLabelStmt(cast<LabelStmt>(S)); in Visit()
2305 CFGBlock *CFGBuilder::VisitLabelStmt(LabelStmt *L) { in VisitLabelStmt() function in __anonbdb8a6c00111::CFGBuilder
/external/clang/lib/Serialization/
DASTWriterStmt.cpp103 void ASTStmtWriter::VisitLabelStmt(LabelStmt *S) { in VisitLabelStmt() function in ASTStmtWriter
DASTReaderStmt.cpp162 void ASTStmtReader::VisitLabelStmt(LabelStmt *S) { in VisitLabelStmt() function in ASTStmtReader