HomeSort by relevance Sort by last modified time
    Searched defs:NumSubExprs (Results 1 - 10 of 10) sorted by null

  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 778 unsigned NumSubExprs = Record[Idx++];
779 assert(NumSubExprs == E->getNumSubExprs() && "Wrong number of subexprs");
780 for (unsigned I = 0; I != NumSubExprs; ++I)
936 assert(numSemanticExprs + 1 == E->PseudoObjectExprBits.NumSubExprs);
952 E->NumSubExprs = AtomicExpr::getNumSubExprs(E->Op);
953 for (unsigned I = 0; I != E->NumSubExprs; ++I)
    [all...]
  /external/clang/include/clang/AST/
Expr.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
Expr.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
Expr.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
Expr.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Expr.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
Expr.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
Expr.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
Expr.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Expr.h     [all...]

Completed in 105 milliseconds