Searched defs:isConstexpr (Results 1 – 7 of 7) sorted by relevance
/external/clang/lib/AST/ |
D | DeclCXX.cpp | 1534 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/ |
D | DeclCXX.h | 1743 bool isConstexpr, SourceLocation EndLocation) in CXXMethodDecl() 2211 bool isImplicitlyDeclared, bool isConstexpr, in CXXConstructorDecl() 2472 bool isConstexpr, SourceLocation EndLocation) in CXXConversionDecl()
|
D | Decl.h | 1276 bool isConstexpr() const { in isConstexpr() function 1883 bool isConstexpr() const { return IsConstexpr; } in isConstexpr() function
|
D | Stmt.h | 933 bool isConstexpr() const { return IfStmtBits.IsConstexpr; } in isConstexpr() function
|
/external/clang/unittests/ASTMatchers/ |
D | ASTMatchersNarrowingTest.cpp | 875 TEST(isConstexpr, MatchesConstexprDeclarations) { in TEST() argument
|
/external/clang/include/clang/ASTMatchers/ |
D | ASTMatchers.h | 3394 AST_POLYMORPHIC_MATCHER(isConstexpr, in AST_POLYMORPHIC_MATCHER() argument
|
/external/clang/lib/Sema/ |
D | SemaDecl.cpp | 7367 bool isConstexpr = D.getDeclSpec().isConstexprSpecified(); in CreateNewFunctionDecl() local 7713 bool isConstexpr = D.getDeclSpec().isConstexprSpecified(); in ActOnFunctionDeclarator() local
|