Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp112 !D.getDeclSpec().hasConstexprSpecifier() && in ParseCXXInlineMethodDef()
H A DParseDecl.cpp2606 if (DS.hasConstexprSpecifier() && DSC != DeclSpecContext::DSC_condition) { in ParseSpecifierQualifierList()
6634 if (D.getDeclSpec().hasConstexprSpecifier() && !getLangOpts().CPlusPlus14) in InitCXXThisScopeForDeclaratorIfRelevant()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DDeclSpec.h760 bool hasConstexprSpecifier() const { in hasConstexprSpecifier() function
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDecl.cpp5021 if (DS.hasConstexprSpecifier()) { in ParsedFreeStandingDeclSpec()
6575 if (D.getDeclSpec().hasConstexprSpecifier()) in ActOnTypedefDeclarator()
14240 if (DS.hasConstexprSpecifier()) in ActOnParamDeclarator()
14893 if (D.getDeclSpec().hasConstexprSpecifier()) in canDelayFunctionBody()
H A DSemaTemplate.cpp1515 if (DS.hasConstexprSpecifier()) in ActOnNonTypeTemplateParameter()
10088 if (D.getDeclSpec().hasConstexprSpecifier() && R->isFunctionType()) in ActOnExplicitInstantiation()
H A DSemaDeclCXX.cpp769 if (DS.hasConstexprSpecifier()) { in ActOnDecompositionDeclarator()
3365 if (DS.hasConstexprSpecifier() && isInstField) { in ActOnCXXMemberDeclarator()
10989 DS.isNoreturnSpecified() || DS.hasConstexprSpecifier()) { in CheckDeductionGuideDeclarator()