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

/external/clang/lib/AST/
H A DDecl.cpp2905 bool isConstexprSpecified) {
2909 isConstexprSpecified);
2898 Create(ASTContext &C, DeclContext *DC, SourceLocation StartLoc, const DeclarationNameInfo &NameInfo, QualType T, TypeSourceInfo *TInfo, StorageClass SC, StorageClass SCAsWritten, bool isInlineSpecified, bool hasWrittenPrototype, bool isConstexprSpecified) argument
/external/clang/include/clang/Sema/
H A DDeclSpec.h626 bool isConstexprSpecified() const { return Constexpr_specified; } function in class:clang::DeclSpec

Completed in 1166 milliseconds