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.h680 bool isConstexprSpecified() const { return Constexpr_specified; } in isConstexprSpecified() function
/external/clang/lib/AST/
DDecl.cpp3692 bool isConstexprSpecified) { in Create()
/external/clang/include/clang/AST/
DDecl.h1543 bool isConstexprSpecified) in FunctionDecl()