Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DDeclCXX.cpp1466 bool isConstexpr, SourceLocation EndLocation) { in Create()
1749 bool isImplicitlyDeclared, bool isConstexpr) { in Create()
1934 bool isConstexpr, SourceLocation EndLocation) { in Create()
/external/clang/include/clang/AST/
DDeclCXX.h1714 bool isConstexpr, SourceLocation EndLocation) in CXXMethodDecl()
2154 bool isImplicitlyDeclared, bool isConstexpr) in CXXConstructorDecl()
2406 bool isConstexpr, SourceLocation EndLocation) in CXXConversionDecl()
DDecl.h1236 bool isConstexpr() const { in isConstexpr() function
1847 bool isConstexpr() const { return IsConstexpr; } in isConstexpr() function
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h2984 AST_POLYMORPHIC_MATCHER(isConstexpr, in AST_POLYMORPHIC_MATCHER() argument
/external/clang/lib/Sema/
DSemaDecl.cpp7088 bool isConstexpr = D.getDeclSpec().isConstexprSpecified(); in CreateNewFunctionDecl() local
7434 bool isConstexpr = D.getDeclSpec().isConstexprSpecified(); in ActOnFunctionDeclarator() local
/external/clang/unittests/ASTMatchers/
DASTMatchersTest.cpp1736 TEST(isConstexpr, MatchesConstexprDeclarations) { in TEST() argument