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 71 void VisitDefaultStmt(clang::DefaultStmt *DS);
slang_rs_ast_replace.cpp 90 void RSASTReplace::VisitDefaultStmt(clang::DefaultStmt *DS) {
slang_rs_object_ref_count.cpp 256 void VisitDefaultStmt(clang::DefaultStmt *DS);
311 void DestructorVisitor::VisitDefaultStmt(clang::DefaultStmt *DS) {
    [all...]
  /external/clang/lib/Sema/
JumpDiagnostics.cpp 360 else if (DefaultStmt *DS = dyn_cast<DefaultStmt>(SubStmt))
517 else if (DefaultStmt *DS = dyn_cast<DefaultStmt>(SC))
SemaStmt.cpp 408 DefaultStmt *DS = new (Context) DefaultStmt(DefaultLoc, ColonLoc, SubStmt);
760 DefaultStmt *TheDefaultStmt = nullptr;
767 if (DefaultStmt *DS = dyn_cast<DefaultStmt>(SC)) {
    [all...]
AnalysisBasedWarnings.cpp 814 Range = cast<DefaultStmt>(Term)->getDefaultLoc();
    [all...]
TreeTransform.h     [all...]
  /external/clang/lib/CodeGen/
CodeGenPGO.cpp 242 DefaultStmt,
332 return PGOHash::DefaultStmt;
641 void VisitDefaultStmt(const DefaultStmt *S) {
    [all...]
CGStmt.cpp 218 case Stmt::DefaultStmtClass: EmitDefaultStmt(cast<DefaultStmt>(*S)); break;
    [all...]
CodeGenFunction.h     [all...]
  /external/clang/include/clang/AST/
Stmt.h 639 // SwitchCase is the base class for CaseStmt and DefaultStmt,
642 // A pointer to the following CaseStmt or DefaultStmt class,
742 class DefaultStmt : public SwitchCase {
745 DefaultStmt(SourceLocation DL, SourceLocation CL, Stmt *substmt) :
749 explicit DefaultStmt(EmptyShell Empty)
775 return cast<DefaultStmt>(this)->getLocEnd();
    [all...]
DataRecursiveASTVisitor.h     [all...]
RecursiveASTVisitor.h     [all...]
  /external/chromium_org/v8/tools/gcmole/
gcmole.cc 883 VISIT(DefaultStmt);
1051 DECL_VISIT_STMT(DefaultStmt) {
    [all...]
  /external/clang/lib/AST/
StmtPrinter.cpp 160 void StmtPrinter::VisitDefaultStmt(DefaultStmt *Node) {
    [all...]
StmtProfile.cpp 102 void StmtProfiler::VisitDefaultStmt(const DefaultStmt *S) {
    [all...]
Stmt.cpp 912 return cast<DefaultStmt>(this)->getSubStmt();
    [all...]
ExprConstant.cpp     [all...]
  /external/clang/lib/Analysis/
CFG.cpp 377 CFGBlock *VisitDefaultStmt(DefaultStmt *D);
    [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h 1075 /// defaultStmt()
1077 const internal::VariadicDynCastAllOfMatcher<Stmt, DefaultStmt> defaultStmt;
    [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 1434 milliseconds