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

/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Sema/
H A DJumpDiagnostics.cpp383 else if (DefaultStmt *DS = dyn_cast<DefaultStmt>(SubStmt))
522 else if (DefaultStmt *DS = dyn_cast<DefaultStmt>(SC))
H A DSemaStmt.cpp395 DefaultStmt *DS = new (Context) DefaultStmt(DefaultLoc, ColonLoc, SubStmt);
724 DefaultStmt *TheDefaultStmt = 0;
731 if (DefaultStmt *DS = dyn_cast<DefaultStmt>(SC)) {
H A DAnalysisBasedWarnings.cpp637 Range = cast<DefaultStmt>(Term)->getDefaultLoc();
H A DTreeTransform.h5363 TreeTransform<Derived>::TransformDefaultStmt(DefaultStmt *S) {
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGStmt.cpp190 case Stmt::DefaultStmtClass: EmitDefaultStmt(cast<DefaultStmt>(*S)); break;
1027 void CodeGenFunction::EmitDefaultStmt(const DefaultStmt &S) {
1192 const DefaultStmt *DefaultCase = 0;
1197 if (const DefaultStmt *DS = dyn_cast<DefaultStmt>(Case)) {
H A DCodeGenFunction.h1831 void EmitDefaultStmt(const DefaultStmt &S);
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/AST/
H A DStmt.h623 // SwitchCase is the base class for CaseStmt and DefaultStmt,
626 // A pointer to the following CaseStmt or DefaultStmt class,
725 class DefaultStmt : public SwitchCase { class in namespace:clang
728 DefaultStmt(SourceLocation DL, SourceLocation CL, Stmt *substmt) : function in class:clang::DefaultStmt
732 explicit DefaultStmt(EmptyShell Empty) function in class:clang::DefaultStmt
758 return cast<DefaultStmt>(this)->getLocEnd();
H A DRecursiveASTVisitor.h1946 DEF_TRAVERSE_STMT(DefaultStmt, { })
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/AST/
H A DStmtPrinter.cpp164 void StmtPrinter::VisitDefaultStmt(DefaultStmt *Node) {
H A DStmt.cpp914 return cast<DefaultStmt>(this)->getSubStmt();
H A DStmtProfile.cpp103 void StmtProfiler::VisitDefaultStmt(const DefaultStmt *S) {
H A DExprConstant.cpp3165 if (isa<DefaultStmt>(SC)) {
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Analysis/
H A DCFG.cpp376 CFGBlock *VisitDefaultStmt(DefaultStmt *D);
1147 return VisitDefaultStmt(cast<DefaultStmt>(S));
2850 CFGBlock *CFGBuilder::VisitDefaultStmt(DefaultStmt *Terminator) {
3861 } else if (isa<DefaultStmt>(Label))
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/ASTMatchers/
H A DASTMatchers.h993 const internal::VariadicDynCastAllOfMatcher<Stmt, DefaultStmt> defaultStmt;
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderStmt.cpp157 void ASTStmtReader::VisitDefaultStmt(DefaultStmt *S) {
1872 S = new (Context) DefaultStmt(Empty);
H A DASTWriterStmt.cpp98 void ASTStmtWriter::VisitDefaultStmt(DefaultStmt *S) {
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp2381 assert (isa<DefaultStmt>(Label));

Completed in 274 milliseconds