Home
last modified time | relevance | path

Searched refs:hasConstexprSpecifier (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/clang/lib/Parse/
DParseCXXInlineMethods.cpp112 !D.getDeclSpec().hasConstexprSpecifier() && in ParseCXXInlineMethodDef()
DParseDecl.cpp2461 if (DS.hasConstexprSpecifier() && DSC != DeclSpecContext::DSC_condition) { in ParseSpecifierQualifierList()
6385 if (D.getDeclSpec().hasConstexprSpecifier() && !getLangOpts().CPlusPlus14) in InitCXXThisScopeForDeclaratorIfRelevant()
/external/llvm-project/clang/include/clang/Sema/
DDeclSpec.h759 bool hasConstexprSpecifier() const { in hasConstexprSpecifier() function
/external/llvm-project/clang/lib/Sema/
DSemaDecl.cpp4594 if (DS.hasConstexprSpecifier()) { in ParsedFreeStandingDeclSpec()
6108 if (D.getDeclSpec().hasConstexprSpecifier()) in ActOnTypedefDeclarator()
13555 if (DS.hasConstexprSpecifier()) in ActOnParamDeclarator()
14190 if (D.getDeclSpec().hasConstexprSpecifier()) in canDelayFunctionBody()
DSemaTemplate.cpp1492 if (DS.hasConstexprSpecifier()) in ActOnNonTypeTemplateParameter()
9992 if (D.getDeclSpec().hasConstexprSpecifier() && R->isFunctionType()) in ActOnExplicitInstantiation()
DSemaDeclCXX.cpp771 if (DS.hasConstexprSpecifier()) { in ActOnDecompositionDeclarator()
3300 if (DS.hasConstexprSpecifier() && isInstField) { in ActOnCXXMemberDeclarator()
10710 DS.isNoreturnSpecified() || DS.hasConstexprSpecifier()) { in CheckDeductionGuideDeclarator()