Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DFunction.h159 bool isConstexpr() const { return Constexpr; } in isConstexpr() function
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h1548 bool isConstexpr() const { in isConstexpr() function
2449 bool isConstexpr() const { in isConstexpr() function
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h5591 AST_POLYMORPHIC_MATCHER(isConstexpr, in AST_POLYMORPHIC_MATCHER() argument