Home
last modified time | relevance | path

Searched refs:hasExplicitSpecifier (Results 1 – 8 of 8) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp479 if (FS_inline_specified || FS_virtual_specified || hasExplicitSpecifier() || in getParsedSpecifiers()
1054 if (hasExplicitSpecifier()) { in setFunctionSpecExplicit()
1432 if (isFriendSpecified() && (isVirtualSpecified() || hasExplicitSpecifier())) { in Finish()
H A DSemaDecl.cpp6760 if (DS.hasExplicitSpecifier()) in DiagnoseFunctionSpecifiers()
9884 bool hasExplicit = D.getDeclSpec().hasExplicitSpecifier(); in ActOnFunctionDeclarator()
H A DSemaTemplate.cpp1548 if (DS.hasExplicitSpecifier()) in ActOnNonTypeTemplateParameter()
H A DSemaDeclCXX.cpp11277 if (DS.hasExplicitSpecifier() && !getLangOpts().CPlusPlus20) in CheckConversionDeclarator()
/freebsd-14.2/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp320 REGISTER_MATCHER(hasExplicitSpecifier); in RegistryMaps()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h617 bool hasExplicitSpecifier() const { in hasExplicitSpecifier() function
/freebsd-14.2/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h8013 AST_MATCHER_P(FunctionDecl, hasExplicitSpecifier, internal::Matcher<Expr>, in AST_MATCHER_P() argument
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp2760 if (DS.hasExplicitSpecifier()) in ParseSpecifierQualifierList()