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

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExceptionSpec.cpp 616 const FunctionProtoType *WithExceptions = nullptr;
618 WithExceptions = New;
620 WithExceptions = Old;
621 if (WithExceptions && WithExceptions->getNumExceptions() == 1) {
624 QualType Exception = *WithExceptions->exception_begin();
  /src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
Gnu.cpp 1568 Multilib WithExceptions = makeMultilib("/430/exceptions").flag("+exceptions");
1575 Result.Multilibs.push_back(WithExceptions);

Completed in 26 milliseconds