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

  /external/clang/lib/CodeGen/
CGException.cpp 490 unsigned NumExceptions = Proto->getNumExceptions();
491 EHFilterScope *Filter = EHStack.pushFilter(NumExceptions);
493 for (unsigned I = 0; I != NumExceptions; ++I) {
    [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h     [all...]
  /external/clang/include/clang/AST/
Type.h     [all...]

Completed in 107 milliseconds