Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp112 !D.getDeclSpec().hasConstexprSpecifier() && in ParseCXXInlineMethodDef()
H A DParseDecl.cpp2508 if (DS.hasConstexprSpecifier() && DSC != DeclSpecContext::DSC_condition) { in ParseSpecifierQualifierList()
6445 if (D.getDeclSpec().hasConstexprSpecifier() && !getLangOpts().CPlusPlus14) in InitCXXThisScopeForDeclaratorIfRelevant()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DDeclSpec.h759 bool hasConstexprSpecifier() const { in hasConstexprSpecifier() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDecl.cpp4615 if (DS.hasConstexprSpecifier()) { in ParsedFreeStandingDeclSpec()
6138 if (D.getDeclSpec().hasConstexprSpecifier()) in ActOnTypedefDeclarator()
13686 if (DS.hasConstexprSpecifier()) in ActOnParamDeclarator()
14321 if (D.getDeclSpec().hasConstexprSpecifier()) in canDelayFunctionBody()
H A DSemaTemplate.cpp1510 if (DS.hasConstexprSpecifier()) in ActOnNonTypeTemplateParameter()
9986 if (D.getDeclSpec().hasConstexprSpecifier() && R->isFunctionType()) in ActOnExplicitInstantiation()
H A DSemaDeclCXX.cpp770 if (DS.hasConstexprSpecifier()) { in ActOnDecompositionDeclarator()
3325 if (DS.hasConstexprSpecifier() && isInstField) { in ActOnCXXMemberDeclarator()
10789 DS.isNoreturnSpecified() || DS.hasConstexprSpecifier()) { in CheckDeductionGuideDeclarator()