Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDDeclCXX.cpp1472 bool isConstexpr, SourceLocation EndLocation) { in Create()
1755 bool isImplicitlyDeclared, bool isConstexpr) { in Create()
1940 bool isConstexpr, SourceLocation EndLocation) { in Create()
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDDeclCXX.h1724 bool isConstexpr, SourceLocation EndLocation) in CXXMethodDecl()
2164 bool isImplicitlyDeclared, bool isConstexpr) in CXXConstructorDecl()
2416 bool isConstexpr, SourceLocation EndLocation) in CXXConversionDecl()
HDDecl.h1233 bool isConstexpr() const { in isConstexpr() function
1835 bool isConstexpr() const { return IsConstexpr; } in isConstexpr() function
/NextBSD/contrib/llvm/tools/clang/include/clang/ASTMatchers/
HDASTMatchers.h2757 AST_POLYMORPHIC_MATCHER(isConstexpr, in AST_POLYMORPHIC_MATCHER() argument
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaDecl.cpp6893 bool isConstexpr = D.getDeclSpec().isConstexprSpecified(); in CreateNewFunctionDecl() local
7238 bool isConstexpr = D.getDeclSpec().isConstexprSpecified(); in ActOnFunctionDeclarator() local