Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp158 !D.getDeclSpec().hasConstexprSpecifier() && in ParseCXXInlineMethodDef()
H A DParseDecl.cpp2960 if (DS.hasConstexprSpecifier() && DSC != DeclSpecContext::DSC_condition) { in ParseSpecifierQualifierList()
7450 if (D.getDeclSpec().hasConstexprSpecifier() && !getLangOpts().CPlusPlus14) in InitCXXThisScopeForDeclaratorIfRelevant()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h834 bool hasConstexprSpecifier() const { in hasConstexprSpecifier() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp5045 if (DS.hasConstexprSpecifier()) { in ParsedFreeStandingDeclSpec()
6631 if (D.getDeclSpec().hasConstexprSpecifier()) in ActOnTypedefDeclarator()
14935 if (DS.hasConstexprSpecifier()) in ActOnParamDeclarator()
15664 if (D.getDeclSpec().hasConstexprSpecifier()) in canDelayFunctionBody()
H A DSemaTemplate.cpp1487 if (DS.hasConstexprSpecifier()) in ActOnNonTypeTemplateParameter()
9864 if (D.getDeclSpec().hasConstexprSpecifier() && R->isFunctionType()) in ActOnExplicitInstantiation()
H A DSemaDeclCXX.cpp787 if (DS.hasConstexprSpecifier()) { in ActOnDecompositionDeclarator()
3416 if (DS.hasConstexprSpecifier() && isInstField) { in ActOnCXXMemberDeclarator()
11395 DS.isNoreturnSpecified() || DS.hasConstexprSpecifier()) { in CheckDeductionGuideDeclarator()