Searched refs:VisitLabelStmt (Results 1 - 7 of 7) sorted by relevance

/external/clang/lib/AST/
H A DASTDumper.cpp305 void VisitLabelStmt(const LabelStmt *Node);
1554 void ASTDumper::VisitLabelStmt(const LabelStmt *Node) { function in class:ASTDumper
H A DStmtPrinter.cpp165 void StmtPrinter::VisitLabelStmt(LabelStmt *Node) { function in class:StmtPrinter
H A DStmtProfile.cpp106 void StmtProfiler::VisitLabelStmt(const LabelStmt *S) { function in class:StmtProfiler
/external/clang/lib/CodeGen/
H A DCodeGenPGO.cpp447 void VisitLabelStmt(const LabelStmt *S) { function in struct:__anon17861::ComputeRegionCounts
/external/clang/lib/Analysis/
H A DCFG.cpp385 CFGBlock *VisitLabelStmt(LabelStmt *L);
1426 return VisitLabelStmt(cast<LabelStmt>(S));
2173 CFGBlock *CFGBuilder::VisitLabelStmt(LabelStmt *L) { function in class:__anon17770::CFGBuilder
/external/clang/lib/Serialization/
H A DASTReaderStmt.cpp162 void ASTStmtReader::VisitLabelStmt(LabelStmt *S) { function in class:ASTStmtReader
H A DASTWriterStmt.cpp103 void ASTStmtWriter::VisitLabelStmt(LabelStmt *S) { function in class:ASTStmtWriter

Completed in 4121 milliseconds