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

  /external/lldb/source/Expression/
ASTStructExtractor.cpp 75 for (CompoundStmt::const_body_iterator bi = body_compound_stmt->body_begin(), be = body_compound_stmt->body_end();
ASTResultSynthesizer.cpp 242 if (last_stmt_ptr != Body->body_begin())
  /frameworks/compile/slang/
slang_rs_ast_replace.cpp 46 clang::CompoundStmt::body_iterator bI = CS->body_begin();
slang_rs_object_ref_count.cpp 124 clang::CompoundStmt::body_iterator bI = CS->body_begin();
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
IdenticalExprChecker.cpp 418 CompoundStmt::const_body_iterator I1 = CompStmt1->body_begin();
419 CompoundStmt::const_body_iterator I2 = CompStmt2->body_begin();
  /external/clang/lib/ARCMigrate/
TransEmptyStatementsAndDealloc.cpp 160 I = S->body_begin(), E = S->body_end(); I != E; ++I) {
TransAutoreleasePool.cpp 168 I = S->body_begin(), E = S->body_end(); I != E; ++I) {
Transforms.cpp 258 I = S->body_begin(), E = S->body_end(); I != E; ++I) {
  /external/clang/include/clang/AST/
Stmt.h 576 body_range body() { return body_range(body_begin(), body_end()); }
577 body_iterator body_begin() { return Body; } function in class:clang::CompoundStmt
590 return body_const_range(body_begin(), body_end());
592 const_body_iterator body_begin() const { return Body; } function in class:clang::CompoundStmt
603 return reverse_body_iterator(body_begin());
614 return const_reverse_body_iterator(body_begin());
    [all...]
  /external/clang/lib/CodeGen/
CGStmt.cpp 244 for (CompoundStmt::const_body_iterator I = S.body_begin(),
    [all...]
  /external/chromium_org/v8/tools/gcmole/
gcmole.cc 1015 for (clang::CompoundStmt::body_iterator s = stmt->body_begin();
    [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
PathDiagnostic.cpp 647 SourceLocation Loc = (*CS->body_begin())->getLocStart();
    [all...]
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]

Completed in 97 milliseconds