Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DFunction.h132 bool isConstexpr() const { return IsValid || isLambdaStaticInvoker(); } in isConstexpr() function
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h1546 bool isConstexpr() const { in isConstexpr() function
2407 bool isConstexpr() const { in isConstexpr() function
H A DStmt.h2329 bool isConstexpr() const { in isConstexpr() function
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h5521 AST_POLYMORPHIC_MATCHER(isConstexpr, in AST_POLYMORPHIC_MATCHER() argument