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.cpp480 if (FS_inline_specified || FS_virtual_specified || hasExplicitSpecifier() || in getParsedSpecifiers()
1079 if (hasExplicitSpecifier()) { in setFunctionSpecExplicit()
1474 if (isFriendSpecified() && (isVirtualSpecified() || hasExplicitSpecifier())) { in Finish()
H A DSemaDecl.cpp6721 if (DS.hasExplicitSpecifier()) in DiagnoseFunctionSpecifiers()
9954 bool hasExplicit = D.getDeclSpec().hasExplicitSpecifier(); in ActOnFunctionDeclarator()
H A DSemaTemplate.cpp1502 if (DS.hasExplicitSpecifier()) in ActOnNonTypeTemplateParameter()
H A DSemaDeclCXX.cpp11411 if (DS.hasExplicitSpecifier() && !getLangOpts().CPlusPlus20) in CheckConversionDeclarator()
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp323 REGISTER_MATCHER(hasExplicitSpecifier); in RegistryMaps()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h650 bool hasExplicitSpecifier() const { in hasExplicitSpecifier() function
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h8114 AST_MATCHER_P(FunctionDecl, hasExplicitSpecifier, internal::Matcher<Expr>, in AST_MATCHER_P() argument
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp2760 if (DS.hasExplicitSpecifier()) in ParseSpecifierQualifierList()