| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | NestedNameSpecifier.h | 270 bool hasQualifier() const { return Qualifier; } in hasQualifier() function
|
| H A D | Expr.h | 1240 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 D | ExprCXX.h | 2582 bool hasQualifier() const { return QualifierLoc.hasQualifier(); } in hasQualifier() function
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/ |
| H A D | UseAutoCheck.cpp | 194 hasQualifier(specifiesType(templateSpecializationType(hasDeclaration( in iteratorFromUsingDeclaration()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/refactor/tweaks/ |
| H A D | AddUsing.cpp | 316 if (!QualifierToRemove.hasQualifier() || in prepare()
|
| /llvm-project-15.0.7/clang/lib/Tooling/Refactoring/Rename/ |
| H A D | USRLocFinder.cpp | 305 if (!Expr->hasQualifier()) in VisitDeclRefExpr()
|
| /llvm-project-15.0.7/clang/lib/Index/ |
| H A D | IndexBody.cpp | 102 if (CXXMD->isVirtual() && !ME->hasQualifier()) { in getRolesForRef()
|
| /llvm-project-15.0.7/clang/lib/Serialization/ |
| H A D | ASTWriterStmt.cpp | 607 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 D | ASTReaderStmt.cpp | 602 if (E->hasQualifier()) in VisitDeclRefExpr()
|
| /llvm-project-15.0.7/clang/lib/ASTMatchers/Dynamic/ |
| H A D | Registry.cpp | 341 REGISTER_MATCHER(hasQualifier); in RegistryMaps()
|
| /llvm-project-15.0.7/clang/lib/Tooling/Syntax/ |
| H A D | BuildTree.cpp | 333 assert(From.hasQualifier()); in add() 982 assert(NNSLoc.hasQualifier()); in buildNameSpecifier()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/ |
| H A D | FindTarget.cpp | 839 assert(!Ref->Qualifier.hasQualifier() && "qualifier already set"); in refInTypeLoc()
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/ |
| H A D | CallEvent.cpp | 802 if (ME->hasQualifier()) in getRuntimeDefinition()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-change-namespace/ |
| H A D | ChangeNamespace.cpp | 593 if (EnumConstRef->hasQualifier() && in run()
|
| /llvm-project-15.0.7/clang/unittests/ASTMatchers/ |
| H A D | ASTMatchersTraversalTest.cpp | 5428 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 D | ASTMatchFinder.cpp | 1494 if (NNS.hasQualifier()) in TraverseNestedNameSpecifierLoc()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGExprCXX.cpp | 199 bool HasQualifier = ME->hasQualifier(); in EmitCXXMemberCallExpr()
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | Expr.cpp | 517 if (hasQualifier()) in getBeginLoc() 1712 if (hasQualifier()) in getBeginLoc()
|
| H A D | ExprConstant.cpp | 7632 HasQualifier = ME->hasQualifier(); in handleCallExpr()
|
| /llvm-project-15.0.7/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 7278 AST_MATCHER_P(ElaboratedType, hasQualifier, in AST_MATCHER_P() argument
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaTemplateInstantiateDecl.cpp | 2273 QualifierLoc.hasQualifier()); in VisitFunctionDecl()
|
| H A D | SemaDeclAttr.cpp | 3589 if (DRE->hasQualifier()) in handleCleanupAttr()
|
| H A D | SemaOverload.cpp | 14665 bool CallCanBeVirtual = !MemExpr->hasQualifier() || getLangOpts().AppleKext; in BuildCallToMemberFunction()
|
| H A D | TreeTransform.h | 11091 if (E->hasQualifier()) { in TransformMemberExpr()
|
| H A D | SemaExpr.cpp | 20686 DRE->hasQualifier() ? &SS : nullptr, DRE->getFoundDecl(), in CheckPlaceholderExpr()
|