Home
last modified time | relevance | path

Searched defs:CXXNoexceptExpr (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DComputeDependence.h63 class CXXNoexceptExpr; variable
H A DExprCXX.h4004 CXXNoexceptExpr(QualType Ty, Expr *Operand, CanThrowResult Val, in CXXNoexceptExpr() function
4012 CXXNoexceptExpr(EmptyShell Empty) : Expr(CXXNoexceptExprClass, Empty) {} in CXXNoexceptExpr() function
H A DStmt.h916 friend class CXXNoexceptExpr; variable