Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCodeGenPGO.cpp305 void VisitLabelStmt(const LabelStmt *S) { in VisitLabelStmt() function
DCoverageMappingGen.cpp642 void VisitLabelStmt(const LabelStmt *S) { in VisitLabelStmt() function
/external/clang/lib/AST/
DASTDumper.cpp500 void VisitLabelStmt(const LabelStmt *Node);
1792 void ASTDumper::VisitLabelStmt(const LabelStmt *Node) { in VisitLabelStmt() function in ASTDumper
DStmtProfile.cpp108 void StmtProfiler::VisitLabelStmt(const LabelStmt *S) { in VisitLabelStmt() function in StmtProfiler
DStmtPrinter.cpp167 void StmtPrinter::VisitLabelStmt(LabelStmt *Node) { in VisitLabelStmt() function in StmtPrinter
DASTImporter.cpp190 Stmt *VisitLabelStmt(LabelStmt *S);
4945 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()
2319 CFGBlock *CFGBuilder::VisitLabelStmt(LabelStmt *L) { in VisitLabelStmt() function in __anon83acd1880111::CFGBuilder
/external/clang/lib/Serialization/
DASTWriterStmt.cpp112 void ASTStmtWriter::VisitLabelStmt(LabelStmt *S) { in VisitLabelStmt() function in ASTStmtWriter
DASTReaderStmt.cpp163 void ASTStmtReader::VisitLabelStmt(LabelStmt *S) { in VisitLabelStmt() function in ASTStmtReader