Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DDeclCXX.cpp1534 bool isConstexpr, SourceLocation EndLocation) { in Create()
1827 bool isImplicitlyDeclared, bool isConstexpr, in Create()
1998 bool isConstexpr, SourceLocation EndLocation) { in Create()
/external/clang/include/clang/AST/
DDeclCXX.h1743 bool isConstexpr, SourceLocation EndLocation) in CXXMethodDecl()
2211 bool isImplicitlyDeclared, bool isConstexpr, in CXXConstructorDecl()
2472 bool isConstexpr, SourceLocation EndLocation) in CXXConversionDecl()
DDecl.h1276 bool isConstexpr() const { in isConstexpr() function
1883 bool isConstexpr() const { return IsConstexpr; } in isConstexpr() function
DStmt.h933 bool isConstexpr() const { return IfStmtBits.IsConstexpr; } in isConstexpr() function
/external/clang/unittests/ASTMatchers/
DASTMatchersNarrowingTest.cpp875 TEST(isConstexpr, MatchesConstexprDeclarations) { in TEST() argument
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h3394 AST_POLYMORPHIC_MATCHER(isConstexpr, in AST_POLYMORPHIC_MATCHER() argument
/external/clang/lib/Sema/
DSemaDecl.cpp7367 bool isConstexpr = D.getDeclSpec().isConstexprSpecified(); in CreateNewFunctionDecl() local
7713 bool isConstexpr = D.getDeclSpec().isConstexprSpecified(); in ActOnFunctionDeclarator() local