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

  /src/external/apache2/llvm/dist/clang/lib/Sema/
DeclSpec.cpp 210 I.Fun.NumExceptionsOrDecls = 0;
260 I.Fun.NumExceptionsOrDecls = NumExceptions;
283 I.Fun.NumExceptionsOrDecls = DeclsInPrototype.size();
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
DeclSpec.h 1317 /// NumExceptionsOrDecls - This is the number of types in the
1320 unsigned NumExceptionsOrDecls;
1403 if (NumExceptionsOrDecls != 0)
1486 return NumExceptionsOrDecls;
1493 return llvm::makeArrayRef(DeclsInPrototype, NumExceptionsOrDecls);

Completed in 76 milliseconds