Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DDeclCXX.cpp1940 bool isConstexpr, SourceLocation EndLocation) { in Create()
2301 bool isConstexpr, InheritedConstructor Inherited) in CXXConstructorDecl()
2331 bool isImplicitlyDeclared, bool isConstexpr, in Create()
2503 bool isConstexpr, SourceLocation EndLocation) { in Create()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDecl.h1382 bool isConstexpr() const { in isConstexpr() function
2094 bool isConstexpr() const { return FunctionDeclBits.IsConstexpr; } in isConstexpr() function
H A DStmt.h1860 bool isConstexpr() const { return IfStmtBits.IsConstexpr; } in isConstexpr() function
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/ASTMatchers/
H A DASTMatchers.h4074 AST_POLYMORPHIC_MATCHER(isConstexpr, in AST_POLYMORPHIC_MATCHER() argument
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDecl.cpp7921 bool isConstexpr = D.getDeclSpec().isConstexprSpecified(); in CreateNewFunctionDecl() local
8354 bool isConstexpr = D.getDeclSpec().isConstexprSpecified(); in ActOnFunctionDeclarator() local