Searched defs:VisitLabelStmt (Results 1 - 9 of 9) sorted by relevance

/external/clang/lib/CodeGen/
H A DCodeGenPGO.cpp305 void VisitLabelStmt(const LabelStmt *S) { function in struct:__anon1307::ComputeRegionCounts
H A DCoverageMappingGen.cpp642 void VisitLabelStmt(const LabelStmt *S) { function in namespace:__anon1314
/external/clang/lib/AST/
H A DASTDumper.cpp500 void VisitLabelStmt(const LabelStmt *Node);
1792 void ASTDumper::VisitLabelStmt(const LabelStmt *Node) { function in class:ASTDumper
H A DStmtPrinter.cpp167 void StmtPrinter::VisitLabelStmt(LabelStmt *Node) { function in class:StmtPrinter
H A DStmtProfile.cpp108 void StmtProfiler::VisitLabelStmt(const LabelStmt *S) { function in class:StmtProfiler
H A DASTImporter.cpp190 Stmt *VisitLabelStmt(LabelStmt *S);
4945 Stmt *ASTNodeImporter::VisitLabelStmt(LabelStmt *S) { function in class:ASTNodeImporter
/external/clang/lib/Serialization/
H A DASTWriterStmt.cpp112 void ASTStmtWriter::VisitLabelStmt(LabelStmt *S) { function in class:ASTStmtWriter
H A DASTReaderStmt.cpp163 void ASTStmtReader::VisitLabelStmt(LabelStmt *S) { function in class:ASTStmtReader
/external/clang/lib/Analysis/
H A DCFG.cpp462 CFGBlock *VisitLabelStmt(LabelStmt *L);
1551 return VisitLabelStmt(cast<LabelStmt>(S));
2319 CFGBlock *CFGBuilder::VisitLabelStmt(LabelStmt *L) { function in class:__anon1186::CFGBuilder

Completed in 151 milliseconds