| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | NestedNameSpecifier.h | 270 bool hasQualifier() const { return Qualifier; } in hasQualifier() function
|
| H A D | Expr.h | 1261 return hasQualifier(); in numTrailingObjects() 1331 bool hasQualifier() const { return DeclRefExprBits.HasQualifier; } in hasQualifier() function 1336 if (!hasQualifier()) in getQualifierLoc() 3252 bool hasQualifier() const { return getQualifier() != nullptr; } in hasQualifier() function 3374 return LO.AppleKext || !hasQualifier(); in performsVirtualDispatch()
|
| H A D | ExprCXX.h | 2649 bool hasQualifier() const { return QualifierLoc.hasQualifier(); } in hasQualifier() function
|
| H A D | TypeLoc.h | 2273 assert(!QualifierLoc.hasQualifier()); in setQualifierLoc()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/ |
| H A D | USRLocFinder.cpp | 306 if (!Expr->hasQualifier()) in VisitDeclRefExpr()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Index/ |
| H A D | IndexBody.cpp | 102 if (CXXMD->isVirtual() && !ME->hasQualifier()) { in getRolesForRef()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriterStmt.cpp | 683 CurrentPackingBits.addBit(E->hasQualifier()); in VisitDeclRefExpr() 693 if ((!E->hasTemplateKWAndArgsInfo()) && (!E->hasQualifier()) && in VisitDeclRefExpr() 699 if (E->hasQualifier()) in VisitDeclRefExpr() 972 bool HasQualifier = E->hasQualifier(); in VisitMemberExpr()
|
| H A D | ASTReaderStmt.cpp | 618 if (E->hasQualifier()) in VisitDeclRefExpr()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Syntax/ |
| H A D | BuildTree.cpp | 333 assert(From.hasQualifier()); in add() 982 assert(NNSLoc.hasQualifier()); in buildNameSpecifier()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/ |
| H A D | Registry.cpp | 351 REGISTER_MATCHER(hasQualifier); in RegistryMaps()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | CallEvent.cpp | 866 if (ME->hasQualifier()) in getRuntimeDefinition()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/ASTMatchers/ |
| H A D | ASTMatchFinder.cpp | 1516 if (NNS.hasQualifier()) in TraverseNestedNameSpecifierLoc()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGExprCXX.cpp | 206 bool HasQualifier = ME->hasQualifier(); in EmitCXXMemberCallExpr()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | Expr.cpp | 542 if (hasQualifier()) in getBeginLoc() 1777 if (hasQualifier()) in getBeginLoc()
|
| H A D | ExprConstant.cpp | 7895 HasQualifier = ME->hasQualifier(); in handleCallExpr()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/ |
| H A D | ByteCodeExprGen.cpp | 2547 HasQualifier = ME->hasQualifier(); in VisitCallExpr()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 7551 AST_MATCHER_P(ElaboratedType, hasQualifier, in AST_MATCHER_P() argument
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplateInstantiateDecl.cpp | 2330 QualifierLoc.hasQualifier()); in VisitFunctionDecl()
|
| H A D | SemaDeclAttr.cpp | 3741 if (DRE->hasQualifier()) in handleCleanupAttr()
|
| H A D | SemaOverload.cpp | 15518 bool CallCanBeVirtual = !MemExpr->hasQualifier() || getLangOpts().AppleKext; in BuildCallToMemberFunction()
|
| H A D | TreeTransform.h | 11474 if (E->hasQualifier()) { in TransformMemberExpr()
|
| H A D | SemaExpr.cpp | 21818 DRE->hasQualifier() ? &SS : nullptr, DRE->getFoundDecl(), in CheckPlaceholderExpr()
|