HomeSort by relevance Sort by last modified time
    Searched refs:SwitchStmt (Results 1 - 25 of 40) sorted by null

1 2

  /frameworks/compile/slang/
slang_rs_ast_replace.h 77 void VisitSwitchStmt(clang::SwitchStmt *SS);
slang_rs_ast_replace.cpp 151 void RSASTReplace::VisitSwitchStmt(clang::SwitchStmt *SS) {
slang_rs_object_ref_count.cpp 188 // SwitchStmt-contained ContinueStmt's should have destructors for the
210 void VisitSwitchStmt(clang::SwitchStmt *SS);
253 void DestructorVisitor::VisitSwitchStmt(clang::SwitchStmt *SS) {
    [all...]
  /external/clang/include/clang/Sema/
ScopeInfo.h 41 class SwitchStmt;
141 SmallVector<SwitchStmt*, 8> SwitchStack;
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CoreEngine.h 525 const SwitchStmt *getSwitch() const {
526 return cast<SwitchStmt>(Src->getTerminator());
  /external/clang/lib/ARCMigrate/
TransProtectedScope.cpp 63 bool VisitSwitchStmt(SwitchStmt *S) {
  /external/clang/lib/AST/
ParentMap.cpp 193 return DirectChild == cast<SwitchStmt>(P)->getCond();
Stmt.cpp 819 SwitchStmt::SwitchStmt(const ASTContext &C, VarDecl *Var, Expr *cond)
826 VarDecl *SwitchStmt::getConditionVariable() const {
834 void SwitchStmt::setConditionVariable(const ASTContext &C, VarDecl *V) {
    [all...]
ASTImporter.cpp 185 Stmt *VisitSwitchStmt(SwitchStmt *S);
    [all...]
StmtPrinter.cpp 219 void StmtPrinter::VisitSwitchStmt(SwitchStmt *Node) {
    [all...]
  /external/clang/lib/CodeGen/
CodeGenPGO.cpp 81 SwitchStmt,
169 return PGOHash::SwitchStmt;
453 void VisitSwitchStmt(const SwitchStmt *S) {
CGStmt.cpp 141 case Stmt::SwitchStmtClass: EmitSwitchStmt(cast<SwitchStmt>(*S)); break;
    [all...]
CodeGenFunction.cpp     [all...]
CoverageMappingGen.cpp 742 void VisitSwitchStmt(const SwitchStmt *S) {
    [all...]
  /external/clang/lib/Sema/
JumpDiagnostics.cpp 308 if (VarDecl *Var = cast<SwitchStmt>(S)->getConditionVariable()) {
549 SwitchStmt *SS = cast<SwitchStmt>(Jump);
    [all...]
SemaStmt.cpp 664 SwitchStmt *SS = new (Context) SwitchStmt(Context, ConditionVar, Cond);
731 SwitchStmt *SS = cast<SwitchStmt>(Switch);
    [all...]
AnalysisBasedWarnings.cpp     [all...]
  /external/clang/include/clang/AST/
Stmt.h 49 class SwitchStmt;
639 // used by SwitchStmt.
936 /// SwitchStmt - This represents a 'switch' stmt.
938 class SwitchStmt : public Stmt {
943 // SwitchStmt is a switch on an enum value, records whether all the enum
949 SwitchStmt(const ASTContext &C, VarDecl *Var, Expr *cond);
952 explicit SwitchStmt(EmptyShell Empty) : Stmt(SwitchStmtClass, Empty) { }
966 /// If this SwitchStmt has a condition variable, return the faux DeclStmt
    [all...]
  /external/clang/lib/Analysis/
CFG.cpp 480 CFGBlock *VisitSwitchStmt(SwitchStmt *S);
    [all...]
ReachableCode.cpp 255 if (isa<SwitchStmt>(Term))
UninitializedValues.cpp 652 if (isa<SwitchStmt>(Term)) {
  /external/clang/lib/StaticAnalyzer/Core/
CoreEngine.cpp 439 SwitchNodeBuilder builder(Pred, B, cast<SwitchStmt>(Term)->getCond(),
  /external/v8/tools/gcmole/
gcmole.cc 884 VISIT(SwitchStmt);
1039 DECL_VISIT_STMT(SwitchStmt) {
    [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /external/clang/lib/Frontend/Rewrite/
RewriteObjC.cpp     [all...]

Completed in 115 milliseconds

1 2