HomeSort by: relevance | last modified time | path
    Searched refs:hasExplicitSpecifier (Results 1 - 8 of 8) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
DeclSpec.cpp 463 if (FS_inline_specified || FS_virtual_specified || hasExplicitSpecifier() ||
1033 if (hasExplicitSpecifier()) {
1404 if (isFriendSpecified() && (isVirtualSpecified() || hasExplicitSpecifier())) {
SemaDecl.cpp 6111 if (DS.hasExplicitSpecifier())
9012 bool hasExplicit = D.getDeclSpec().hasExplicitSpecifier();
SemaTemplate.cpp 1519 if (DS.hasExplicitSpecifier())
SemaDeclCXX.cpp 10681 if (DS.hasExplicitSpecifier() && !getLangOpts().CPlusPlus20)
  /src/external/apache2/llvm/dist/clang/lib/ASTMatchers/Dynamic/
Registry.cpp 304 REGISTER_MATCHER(hasExplicitSpecifier);
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
DeclSpec.h 581 bool hasExplicitSpecifier() const {
  /src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
ASTMatchers.h 7316 /// cxxConstructorDecl(hasExplicitSpecifier(constantExpr())) will match #7, #8 and #9, but not #1 or #2.
7317 /// cxxConversionDecl(hasExplicitSpecifier(constantExpr())) will not match #3 or #4.
7318 /// cxxDeductionGuideDecl(hasExplicitSpecifier(constantExpr())) will not match #5 or #6.
7319 AST_MATCHER_P(FunctionDecl, hasExplicitSpecifier, internal::Matcher<Expr>,
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseDecl.cpp 2502 if (DS.hasExplicitSpecifier())

Completed in 183 milliseconds