Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DDeclCXX.cpp1316 bool isConstexpr, SourceLocation EndLocation) { in Create()
1593 bool isImplicitlyDeclared, bool isConstexpr) { in Create()
1766 bool isConstexpr, SourceLocation EndLocation) { in Create()
/external/clang/include/clang/AST/
DDecl.h1109 bool isConstexpr() const { return VarDeclBits.IsConstexpr; } in isConstexpr() function
1664 bool isConstexpr() const { return IsConstexpr; } in isConstexpr() function
/external/clang/lib/Sema/
DSemaDecl.cpp5625 bool isConstexpr = D.getDeclSpec().isConstexprSpecified(); in CreateNewFunctionDecl() local
5821 bool isConstexpr = D.getDeclSpec().isConstexprSpecified(); in ActOnFunctionDeclarator() local