Searched defs:isConstexpr (Results 1 – 6 of 6) sorted by relevance
1466 bool isConstexpr, SourceLocation EndLocation) { in Create()1749 bool isImplicitlyDeclared, bool isConstexpr) { in Create()1934 bool isConstexpr, SourceLocation EndLocation) { in Create()
1714 bool isConstexpr, SourceLocation EndLocation) in CXXMethodDecl()2154 bool isImplicitlyDeclared, bool isConstexpr) in CXXConstructorDecl()2406 bool isConstexpr, SourceLocation EndLocation) in CXXConversionDecl()
1236 bool isConstexpr() const { in isConstexpr() function1847 bool isConstexpr() const { return IsConstexpr; } in isConstexpr() function
2984 AST_POLYMORPHIC_MATCHER(isConstexpr, in AST_POLYMORPHIC_MATCHER() argument
7088 bool isConstexpr = D.getDeclSpec().isConstexprSpecified(); in CreateNewFunctionDecl() local7434 bool isConstexpr = D.getDeclSpec().isConstexprSpecified(); in ActOnFunctionDeclarator() local
1736 TEST(isConstexpr, MatchesConstexprDeclarations) { in TEST() argument