HomeSort by: relevance | last modified time | path
    Searched refs:VisitSwitchStmt (Results 1 - 16 of 16) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
TransProtectedScope.cpp 63 bool VisitSwitchStmt(SwitchStmt *S) {
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
JSONNodeDumper.h 310 void VisitSwitchStmt(const SwitchStmt *SS);
TextNodeDumper.h 241 void VisitSwitchStmt(const SwitchStmt *Node);
  /src/external/apache2/llvm/dist/clang/lib/Analysis/
CalledOnceCheck.cpp 528 llvm::Optional<Clarification> VisitSwitchStmt(const SwitchStmt *Switch) {
CFG.cpp 605 CFGBlock *VisitSwitchStmt(SwitchStmt *S);
2325 return VisitSwitchStmt(cast<SwitchStmt>(S));
4044 CFGBlock *CFGBuilder::VisitSwitchStmt(SwitchStmt *Terminator) {
5278 void VisitSwitchStmt(SwitchStmt *Terminator) {
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenPGO.cpp 619 void VisitSwitchStmt(const SwitchStmt *S) {
CoverageMappingGen.cpp 1269 void VisitSwitchStmt(const SwitchStmt *S) {
  /src/external/apache2/llvm/dist/clang/lib/AST/
JSONNodeDumper.cpp 1443 void JSONNodeDumper::VisitSwitchStmt(const SwitchStmt *SS) {
StmtPrinter.cpp 279 void StmtPrinter::VisitSwitchStmt(SwitchStmt *Node) {
StmtProfile.cpp 268 void StmtProfiler::VisitSwitchStmt(const SwitchStmt *S) {
ASTImporter.cpp 550 ExpectedStmt VisitSwitchStmt(SwitchStmt *S);
6218 ExpectedStmt ASTNodeImporter::VisitSwitchStmt(SwitchStmt *S) {
  /src/external/apache2/llvm/dist/clang/lib/Sema/
AnalysisBasedWarnings.cpp 1175 bool VisitSwitchStmt(SwitchStmt *S) {
SemaStmt.cpp 1973 void VisitSwitchStmt(const SwitchStmt* S) {
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderStmt.cpp 237 void ASTStmtReader::VisitSwitchStmt(SwitchStmt *S) {
ASTWriterStmt.cpp 164 void ASTStmtWriter::VisitSwitchStmt(SwitchStmt *S) {
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CIndex.cpp 2031 void VisitSwitchStmt(const SwitchStmt *S);
2817 void EnqueueVisitor::VisitSwitchStmt(const SwitchStmt *S) {

Completed in 78 milliseconds