Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DDeclSpec.h626 bool isConstexprSpecified() const { return Constexpr_specified; } in isConstexprSpecified() function
/external/clang/lib/AST/
DDecl.cpp2905 bool isConstexprSpecified) { in Create()
/external/clang/include/clang/AST/
DDecl.h1554 bool isConstexprSpecified) in FunctionDecl()