Home
last modified time | relevance | path

Searched refs:hasQualifier (Results 1 – 25 of 25) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/AST/
H A DNestedNameSpecifier.h270 bool hasQualifier() const { return Qualifier; } in hasQualifier() function
H A DExpr.h1240 return hasQualifier(); in numTrailingObjects()
1310 bool hasQualifier() const { return DeclRefExprBits.HasQualifier; } in hasQualifier() function
1315 if (!hasQualifier()) in getQualifierLoc()
3261 bool hasQualifier() const { return getQualifier() != nullptr; } in hasQualifier() function
3383 return LO.AppleKext || !hasQualifier(); in performsVirtualDispatch()
H A DExprCXX.h2582 bool hasQualifier() const { return QualifierLoc.hasQualifier(); } in hasQualifier() function
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/
H A DUseAutoCheck.cpp194 hasQualifier(specifiesType(templateSpecializationType(hasDeclaration( in iteratorFromUsingDeclaration()
/llvm-project-15.0.7/clang-tools-extra/clangd/refactor/tweaks/
H A DAddUsing.cpp316 if (!QualifierToRemove.hasQualifier() || in prepare()
/llvm-project-15.0.7/clang/lib/Tooling/Refactoring/Rename/
H A DUSRLocFinder.cpp305 if (!Expr->hasQualifier()) in VisitDeclRefExpr()
/llvm-project-15.0.7/clang/lib/Index/
H A DIndexBody.cpp102 if (CXXMD->isVirtual() && !ME->hasQualifier()) { in getRolesForRef()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriterStmt.cpp607 Record.push_back(E->hasQualifier()); in VisitDeclRefExpr()
621 if ((!E->hasTemplateKWAndArgsInfo()) && (!E->hasQualifier()) && in VisitDeclRefExpr()
628 if (E->hasQualifier()) in VisitDeclRefExpr()
890 bool HasQualifier = E->hasQualifier(); in VisitMemberExpr()
H A DASTReaderStmt.cpp602 if (E->hasQualifier()) in VisitDeclRefExpr()
/llvm-project-15.0.7/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp341 REGISTER_MATCHER(hasQualifier); in RegistryMaps()
/llvm-project-15.0.7/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp333 assert(From.hasQualifier()); in add()
982 assert(NNSLoc.hasQualifier()); in buildNameSpecifier()
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DFindTarget.cpp839 assert(!Ref->Qualifier.hasQualifier() && "qualifier already set"); in refInTypeLoc()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp802 if (ME->hasQualifier()) in getRuntimeDefinition()
/llvm-project-15.0.7/clang-tools-extra/clang-change-namespace/
H A DChangeNamespace.cpp593 if (EnumConstRef->hasQualifier() && in run()
/llvm-project-15.0.7/clang/unittests/ASTMatchers/
H A DASTMatchersTraversalTest.cpp5428 TEST(ElaboratedTypeNarrowing, hasQualifier) { in TEST() argument
5436 elaboratedType(hasQualifier(hasPrefix(specifiesNamespace(hasName("N"))))))); in TEST()
5442 elaboratedType(hasQualifier(hasPrefix(specifiesNamespace(hasName("N"))))))); in TEST()
5446 elaboratedType(hasQualifier(nestedNameSpecifier())))); in TEST()
/llvm-project-15.0.7/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp1494 if (NNS.hasQualifier()) in TraverseNestedNameSpecifierLoc()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGExprCXX.cpp199 bool HasQualifier = ME->hasQualifier(); in EmitCXXMemberCallExpr()
/llvm-project-15.0.7/clang/lib/AST/
H A DExpr.cpp517 if (hasQualifier()) in getBeginLoc()
1712 if (hasQualifier()) in getBeginLoc()
H A DExprConstant.cpp7632 HasQualifier = ME->hasQualifier(); in handleCallExpr()
/llvm-project-15.0.7/clang/include/clang/ASTMatchers/
H A DASTMatchers.h7278 AST_MATCHER_P(ElaboratedType, hasQualifier, in AST_MATCHER_P() argument
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp2273 QualifierLoc.hasQualifier()); in VisitFunctionDecl()
H A DSemaDeclAttr.cpp3589 if (DRE->hasQualifier()) in handleCleanupAttr()
H A DSemaOverload.cpp14665 bool CallCanBeVirtual = !MemExpr->hasQualifier() || getLangOpts().AppleKext; in BuildCallToMemberFunction()
H A DTreeTransform.h11091 if (E->hasQualifier()) { in TransformMemberExpr()
H A DSemaExpr.cpp20686 DRE->hasQualifier() ? &SS : nullptr, DRE->getFoundDecl(), in CheckPlaceholderExpr()