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

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

Completed in 191 milliseconds