HomeSort by relevance Sort by last modified time
    Searched refs:DefaultStmt (Results 1 - 23 of 23) sorted by null

  /frameworks/compile/slang/
slang_rs_ast_replace.h 72 void VisitDefaultStmt(clang::DefaultStmt *DS);
slang_rs_ast_replace.cpp 95 void RSASTReplace::VisitDefaultStmt(clang::DefaultStmt *DS) {
slang_rs_object_ref_count.cpp 256 void VisitDefaultStmt(clang::DefaultStmt *DS);
317 void DestructorVisitor::VisitDefaultStmt(clang::DefaultStmt *DS) {
    [all...]
  /external/clang/lib/Sema/
JumpDiagnostics.cpp 383 else if (DefaultStmt *DS = dyn_cast<DefaultStmt>(SubStmt))
522 else if (DefaultStmt *DS = dyn_cast<DefaultStmt>(SC))
SemaStmt.cpp 398 DefaultStmt *DS = new (Context) DefaultStmt(DefaultLoc, ColonLoc, SubStmt);
727 DefaultStmt *TheDefaultStmt = 0;
734 if (DefaultStmt *DS = dyn_cast<DefaultStmt>(SC)) {
    [all...]
AnalysisBasedWarnings.cpp 604 Range = cast<DefaultStmt>(Term)->getDefaultLoc();
    [all...]
TreeTransform.h     [all...]
  /external/clang/lib/CodeGen/
CGStmt.cpp 187 case Stmt::DefaultStmtClass: EmitDefaultStmt(cast<DefaultStmt>(*S)); break;
    [all...]
CodeGenFunction.h     [all...]
  /external/clang/include/clang/AST/
Stmt.h 621 // SwitchCase is the base class for CaseStmt and DefaultStmt,
624 // A pointer to the following CaseStmt or DefaultStmt class,
723 class DefaultStmt : public SwitchCase {
726 DefaultStmt(SourceLocation DL, SourceLocation CL, Stmt *substmt) :
730 explicit DefaultStmt(EmptyShell Empty)
756 return cast<DefaultStmt>(this)->getLocEnd();
    [all...]
RecursiveASTVisitor.h     [all...]
  /external/chromium_org/v8/tools/gcmole/
gcmole.cc 900 VISIT(DefaultStmt);
1068 DECL_VISIT_STMT(DefaultStmt) {
    [all...]
  /external/v8/tools/gcmole/
gcmole.cc 902 VISIT(DefaultStmt);
1070 DECL_VISIT_STMT(DefaultStmt) {
    [all...]
  /external/clang/lib/AST/
StmtPrinter.cpp 164 void StmtPrinter::VisitDefaultStmt(DefaultStmt *Node) {
    [all...]
Stmt.cpp 914 return cast<DefaultStmt>(this)->getSubStmt();
    [all...]
StmtProfile.cpp 103 void StmtProfiler::VisitDefaultStmt(const DefaultStmt *S) {
    [all...]
ExprConstant.cpp     [all...]
  /external/clang/lib/Analysis/
CFG.cpp 374 CFGBlock *VisitDefaultStmt(DefaultStmt *D);
    [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h 981 /// defaultStmt()
983 const internal::VariadicDynCastAllOfMatcher<Stmt, DefaultStmt> defaultStmt;
    [all...]
  /external/clang/tools/libclang/
RecursiveASTVisitor.h     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 157 void ASTStmtReader::VisitDefaultStmt(DefaultStmt *S) {
    [all...]
ASTWriterStmt.cpp 97 void ASTStmtWriter::VisitDefaultStmt(DefaultStmt *S) {
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngine.cpp     [all...]

Completed in 408 milliseconds