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

  /src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/
ItaniumDemangle.h 648 const Node *ExceptionSpec;
657 ExceptionSpec(ExceptionSpec_) {}
660 F(Ret, Params, CVQuals, RefQual, ExceptionSpec);
696 if (ExceptionSpec != nullptr) {
698 ExceptionSpec->print(S);
3491 Node *ExceptionSpec = nullptr;
3493 ExceptionSpec = make<NameType>("noexcept");
3494 if (!ExceptionSpec)
3500 ExceptionSpec = make<NoexceptSpec>(E);
3501 if (!ExceptionSpec)
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Type.h 3976 ExceptionSpecInfo ExceptionSpec;
3987 Result.ExceptionSpec = ESI;
4114 EPI.ExceptionSpec = getExceptionSpecInfo();

Completed in 50 milliseconds