Home
last modified time | relevance | path

Searched defs:isConstexpr (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DFunction.h103 bool isConstexpr() const { return IsValid; } in isConstexpr() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDecl.h1451 bool isConstexpr() const { in isConstexpr() function
2252 bool isConstexpr() const { in isConstexpr() function
H A DStmt.h2080 bool isConstexpr() const { return IfStmtBits.IsConstexpr; } in isConstexpr() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchers.h5094 AST_POLYMORPHIC_MATCHER(isConstexpr, in AST_POLYMORPHIC_MATCHER() argument