Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp481 if (FS_inline_specified || FS_virtual_specified || hasExplicitSpecifier() || in getParsedSpecifiers()
1076 if (hasExplicitSpecifier()) { in setFunctionSpecExplicit()
1466 if (isFriendSpecified() && (isVirtualSpecified() || hasExplicitSpecifier())) { in Finish()
H A DSemaDecl.cpp6604 if (DS.hasExplicitSpecifier()) in DiagnoseFunctionSpecifiers()
9741 bool hasExplicit = D.getDeclSpec().hasExplicitSpecifier(); in ActOnFunctionDeclarator()
H A DSemaTemplate.cpp1496 if (DS.hasExplicitSpecifier()) in ActOnNonTypeTemplateParameter()
H A DSemaDeclCXX.cpp11170 if (DS.hasExplicitSpecifier() && !getLangOpts().CPlusPlus20) in CheckConversionDeclarator()
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp320 REGISTER_MATCHER(hasExplicitSpecifier); in RegistryMaps()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h648 bool hasExplicitSpecifier() const { in hasExplicitSpecifier() function
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h8043 AST_MATCHER_P(FunctionDecl, hasExplicitSpecifier, internal::Matcher<Expr>, in AST_MATCHER_P() argument
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp2952 if (DS.hasExplicitSpecifier()) in ParseSpecifierQualifierList()