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

  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseCXXInlineMethods.cpp 467 ExprResult NoexceptExpr;
473 DynamicExceptionRanges, NoexceptExpr,
484 NoexceptExpr.isUsable()?
485 NoexceptExpr.get() : nullptr);
ParseDecl.cpp 6510 ExprResult NoexceptExpr;
6606 NoexceptExpr,
6656 NoexceptExpr.isUsable() ? NoexceptExpr.get() : nullptr,
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Type.h 3952 Expr *NoexceptExpr = nullptr;
4154 Result.NoexceptExpr = getNoexceptExpr();
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
DeclSpec.h 1356 Expr *NoexceptExpr;
1638 Expr *NoexceptExpr,
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaType.cpp 769 /*NoexceptExpr=*/nullptr,
5317 Expr *NoexceptExpr = nullptr;
5330 NoexceptExpr = FTI.NoexceptExpr;
5337 NoexceptExpr,
TreeTransform.h 5919 ExprResult NoexceptExpr = getDerived().TransformExpr(ESI.NoexceptExpr);
5920 if (NoexceptExpr.isInvalid())
5924 NoexceptExpr =
5925 getSema().ActOnNoexceptSpec(Loc, NoexceptExpr.get(), EST);
5926 if (NoexceptExpr.isInvalid())
5929 if (ESI.NoexceptExpr != NoexceptExpr.get() || EST != ESI.Type)
5931 ESI.NoexceptExpr = NoexceptExpr.get()
    [all...]

Completed in 37 milliseconds