Home
last modified time | relevance | path

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

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