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

  /external/clang/lib/StaticAnalyzer/Checkers/
IdenticalExprChecker.cpp 118 const IfStmt *InnerIf = dyn_cast<IfStmt>(*CS->body_begin());
437 CompoundStmt::const_body_iterator I1 = CompStmt1->body_begin();
438 CompoundStmt::const_body_iterator I2 = CompStmt2->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 132 clang::CompoundStmt::body_iterator bI = CS->body_begin();
    [all...]
  /external/clang/lib/ARCMigrate/
TransEmptyStatementsAndDealloc.cpp 158 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 254 I = S->body_begin(), E = S->body_end(); I != E; ++I) {
  /external/clang/include/clang/AST/
Stmt.h 569 body_range body() { return body_range(body_begin(), body_end()); }
570 body_iterator body_begin() { return Body; } function in class:clang::CompoundStmt
584 return body_const_range(body_begin(), body_end());
586 const_body_iterator body_begin() const { return Body; } function in class:clang::CompoundStmt
600 return reverse_body_iterator(body_begin());
611 return const_reverse_body_iterator(body_begin());
    [all...]
  /external/elfutils/libdw/
known-dwarf.h 58 DWARF_ONE_KNOWN_DW_AT (body_begin, DW_AT_body_begin) \
    [all...]
  /external/clang/lib/CodeGen/
CGStmt.cpp 310 for (CompoundStmt::const_body_iterator I = S.body_begin(),
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
PathDiagnostic.cpp 648 SourceLocation Loc = (*CS->body_begin())->getLocStart();
    [all...]
  /external/v8/tools/gcmole/
gcmole.cc 998 for (clang::CompoundStmt::body_iterator s = stmt->body_begin();
    [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /external/clang/lib/AST/
ASTImporter.cpp     [all...]
ExprConstant.cpp     [all...]
  /external/clang/lib/Sema/
SemaOpenMP.cpp     [all...]

Completed in 396 milliseconds