Searched refs:DefaultStmt (Results 1 - 20 of 20) sorted by relevance

/external/clang/lib/Sema/
H A DJumpDiagnostics.cpp360 else if (DefaultStmt *DS = dyn_cast<DefaultStmt>(SubStmt))
517 else if (DefaultStmt *DS = dyn_cast<DefaultStmt>(SC))
H A DSemaStmt.cpp408 DefaultStmt *DS = new (Context) DefaultStmt(DefaultLoc, ColonLoc, SubStmt);
760 DefaultStmt *TheDefaultStmt = nullptr;
767 if (DefaultStmt *DS = dyn_cast<DefaultStmt>(SC)) {
H A DAnalysisBasedWarnings.cpp814 Range = cast<DefaultStmt>(Term)->getDefaultLoc();
H A DTreeTransform.h5463 TreeTransform<Derived>::TransformDefaultStmt(DefaultStmt *S) {
/external/clang/lib/CodeGen/
H A DCodeGenPGO.cpp242 DefaultStmt,
332 return PGOHash::DefaultStmt;
641 void VisitDefaultStmt(const DefaultStmt *S) {
H A DCGStmt.cpp218 case Stmt::DefaultStmtClass: EmitDefaultStmt(cast<DefaultStmt>(*S)); break;
1254 void CodeGenFunction::EmitDefaultStmt(const DefaultStmt &S) {
1423 const DefaultStmt *DefaultCase = nullptr;
1428 if (const DefaultStmt *DS = dyn_cast<DefaultStmt>(Case)) {
1533 if (isa<DefaultStmt>(Case))
H A DCodeGenFunction.h1876 void EmitDefaultStmt(const DefaultStmt &S);
/external/clang/include/clang/AST/
H A DStmt.h639 // SwitchCase is the base class for CaseStmt and DefaultStmt,
642 // A pointer to the following CaseStmt or DefaultStmt class,
742 class DefaultStmt : public SwitchCase { class in namespace:clang
745 DefaultStmt(SourceLocation DL, SourceLocation CL, Stmt *substmt) : function in class:clang::DefaultStmt
749 explicit DefaultStmt(EmptyShell Empty) function in class:clang::DefaultStmt
775 return cast<DefaultStmt>(this)->getLocEnd();
H A DDataRecursiveASTVisitor.h1906 DEF_TRAVERSE_STMT(DefaultStmt, {})
H A DRecursiveASTVisitor.h1923 DEF_TRAVERSE_STMT(DefaultStmt, {})
/external/chromium_org/v8/tools/gcmole/
H A Dgcmole.cc883 VISIT(DefaultStmt);
1051 DECL_VISIT_STMT(DefaultStmt) {
/external/clang/lib/AST/
H A DStmtPrinter.cpp160 void StmtPrinter::VisitDefaultStmt(DefaultStmt *Node) {
H A DStmtProfile.cpp102 void StmtProfiler::VisitDefaultStmt(const DefaultStmt *S) {
H A DStmt.cpp912 return cast<DefaultStmt>(this)->getSubStmt();
H A DExprConstant.cpp3214 if (isa<DefaultStmt>(SC)) {
/external/clang/lib/Analysis/
H A DCFG.cpp377 CFGBlock *VisitDefaultStmt(DefaultStmt *D);
1405 return VisitDefaultStmt(cast<DefaultStmt>(S));
3109 CFGBlock *CFGBuilder::VisitDefaultStmt(DefaultStmt *Terminator) {
4189 } else if (isa<DefaultStmt>(Label))
/external/clang/include/clang/ASTMatchers/
H A DASTMatchers.h1077 const internal::VariadicDynCastAllOfMatcher<Stmt, DefaultStmt> defaultStmt;
/external/clang/lib/Serialization/
H A DASTReaderStmt.cpp157 void ASTStmtReader::VisitDefaultStmt(DefaultStmt *S) {
2061 S = new (Context) DefaultStmt(Empty);
H A DASTWriterStmt.cpp97 void ASTStmtWriter::VisitDefaultStmt(DefaultStmt *S) {
/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp2448 assert (isa<DefaultStmt>(Label));

Completed in 3415 milliseconds