Searched defs:isConstexprSpecified (Results 1 - 4 of 4) sorted by relevance

/external/lldb/source/Expression/
H A DClangASTSource.cpp1749 const bool isConstexprSpecified = false; local
1761 isConstexprSpecified);
/external/lldb/source/Symbol/
H A DClangASTContext.cpp1914 const bool isConstexprSpecified = false; local
1928 isConstexprSpecified);
1942 isConstexprSpecified);
/external/clang/lib/AST/
H A DDecl.cpp3692 bool isConstexprSpecified) {
3695 SC, isInlineSpecified, isConstexprSpecified);
3685 Create(ASTContext &C, DeclContext *DC, SourceLocation StartLoc, const DeclarationNameInfo &NameInfo, QualType T, TypeSourceInfo *TInfo, StorageClass SC, bool isInlineSpecified, bool hasWrittenPrototype, bool isConstexprSpecified) argument
/external/clang/include/clang/Sema/
H A DDeclSpec.h680 bool isConstexprSpecified() const { return Constexpr_specified; } function in class:clang::DeclSpec

Completed in 65 milliseconds