HomeSort by: relevance | last modified time | path
    Searched refs:NumExceptions (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
DeclSpec.cpp 175 unsigned NumExceptions,
259 if (NumExceptions) {
260 I.Fun.NumExceptionsOrDecls = NumExceptions;
261 I.Fun.Exceptions = new DeclaratorChunk::TypeAndRange[NumExceptions];
262 for (unsigned i = 0; i != NumExceptions; ++i) {
281 assert(ESpecType == EST_None && NumExceptions == 0 &&
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGException.cpp 514 unsigned NumExceptions = Proto->getNumExceptions();
515 EHFilterScope *Filter = EHStack.pushFilter(NumExceptions);
517 for (unsigned I = 0; I != NumExceptions; ++I) {
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
DeclSpec.h 1637 unsigned NumExceptions,
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Type.h 4047 getExceptionSpecSize(ExceptionSpecificationType EST, unsigned NumExceptions) {
4058 return {NumExceptions, 0, 0};

Completed in 27 milliseconds