Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DNestedNameSpecifier.h270 bool hasQualifier() const { return Qualifier; } in hasQualifier() function
H A DExpr.h1261 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 DExprCXX.h2649 bool hasQualifier() const { return QualifierLoc.hasQualifier(); } in hasQualifier() function
H A DTypeLoc.h2273 assert(!QualifierLoc.hasQualifier()); in setQualifierLoc()
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A DUSRLocFinder.cpp306 if (!Expr->hasQualifier()) in VisitDeclRefExpr()
/freebsd-14.2/contrib/llvm-project/clang/lib/Index/
H A DIndexBody.cpp102 if (CXXMD->isVirtual() && !ME->hasQualifier()) { in getRolesForRef()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp683 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 DASTReaderStmt.cpp618 if (E->hasQualifier()) in VisitDeclRefExpr()
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp333 assert(From.hasQualifier()); in add()
982 assert(NNSLoc.hasQualifier()); in buildNameSpecifier()
/freebsd-14.2/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp351 REGISTER_MATCHER(hasQualifier); in RegistryMaps()
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp866 if (ME->hasQualifier()) in getRuntimeDefinition()
/freebsd-14.2/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp1516 if (NNS.hasQualifier()) in TraverseNestedNameSpecifierLoc()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprCXX.cpp206 bool HasQualifier = ME->hasQualifier(); in EmitCXXMemberCallExpr()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp542 if (hasQualifier()) in getBeginLoc()
1777 if (hasQualifier()) in getBeginLoc()
H A DExprConstant.cpp7895 HasQualifier = ME->hasQualifier(); in handleCallExpr()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeExprGen.cpp2547 HasQualifier = ME->hasQualifier(); in VisitCallExpr()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h7551 AST_MATCHER_P(ElaboratedType, hasQualifier, in AST_MATCHER_P() argument
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp2330 QualifierLoc.hasQualifier()); in VisitFunctionDecl()
H A DSemaDeclAttr.cpp3741 if (DRE->hasQualifier()) in handleCleanupAttr()
H A DSemaOverload.cpp15518 bool CallCanBeVirtual = !MemExpr->hasQualifier() || getLangOpts().AppleKext; in BuildCallToMemberFunction()
H A DTreeTransform.h11474 if (E->hasQualifier()) { in TransformMemberExpr()
H A DSemaExpr.cpp21818 DRE->hasQualifier() ? &SS : nullptr, DRE->getFoundDecl(), in CheckPlaceholderExpr()