Home
last modified time | relevance | path

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

/external/lldb/source/Symbol/
DClangASTContext.cpp1914 const bool isConstexprSpecified = false; in CreateFunctionDeclaration() local
/external/lldb/source/Expression/
DClangASTSource.cpp1749 const bool isConstexprSpecified = false; in AddFunDecl() local
/external/clang/include/clang/Sema/
DDeclSpec.h697 bool isConstexprSpecified() const { return Constexpr_specified; } in isConstexprSpecified() function
/external/clang/lib/AST/
DDecl.cpp3854 bool isConstexprSpecified) { in Create()
/external/clang/include/clang/AST/
DDecl.h1604 bool isConstexprSpecified) in FunctionDecl()