Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DNestedNameSpecifier.h270 bool hasQualifier() const { return Qualifier; } in hasQualifier() function
H A DExpr.h1251 return hasQualifier(); in numTrailingObjects()
1321 bool hasQualifier() const { return DeclRefExprBits.HasQualifier; } in hasQualifier() function
1326 if (!hasQualifier()) in getQualifierLoc()
3268 bool hasQualifier() const { return getQualifier() != nullptr; } in hasQualifier() function
3390 return LO.AppleKext || !hasQualifier(); in performsVirtualDispatch()
H A DExprCXX.h2640 bool hasQualifier() const { return QualifierLoc.hasQualifier(); } in hasQualifier() function
H A DTypeLoc.h2289 assert(!QualifierLoc.hasQualifier()); in setQualifierLoc()
/openbsd-src/gnu/llvm/clang/lib/Tooling/Refactoring/Rename/
H A DUSRLocFinder.cpp305 if (!Expr->hasQualifier()) in VisitDeclRefExpr()
/openbsd-src/gnu/llvm/clang/lib/Index/
H A DIndexBody.cpp102 if (CXXMD->isVirtual() && !ME->hasQualifier()) { in getRolesForRef()
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTWriterStmt.cpp605 Record.push_back(E->hasQualifier()); in VisitDeclRefExpr()
619 if ((!E->hasTemplateKWAndArgsInfo()) && (!E->hasQualifier()) && in VisitDeclRefExpr()
626 if (E->hasQualifier()) in VisitDeclRefExpr()
888 bool HasQualifier = E->hasQualifier(); in VisitMemberExpr()
H A DASTReaderStmt.cpp603 if (E->hasQualifier()) in VisitDeclRefExpr()
/openbsd-src/gnu/llvm/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp341 REGISTER_MATCHER(hasQualifier); in RegistryMaps()
/openbsd-src/gnu/llvm/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp333 assert(From.hasQualifier()); in add()
982 assert(NNSLoc.hasQualifier()); in buildNameSpecifier()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp838 if (ME->hasQualifier()) in getRuntimeDefinition()
/openbsd-src/gnu/llvm/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp1494 if (NNS.hasQualifier()) in TraverseNestedNameSpecifierLoc()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGExprCXX.cpp201 bool HasQualifier = ME->hasQualifier(); in EmitCXXMemberCallExpr()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DExpr.cpp600 if (hasQualifier()) in getBeginLoc()
1795 if (hasQualifier()) in getBeginLoc()
H A DExprConstant.cpp7645 HasQualifier = ME->hasQualifier(); in handleCallExpr()
/openbsd-src/gnu/llvm/clang/include/clang/ASTMatchers/
H A DASTMatchers.h7275 AST_MATCHER_P(ElaboratedType, hasQualifier, in AST_MATCHER_P() argument
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp2283 QualifierLoc.hasQualifier()); in VisitFunctionDecl()
H A DSemaDeclAttr.cpp3690 if (DRE->hasQualifier()) in handleCleanupAttr()
H A DSemaOverload.cpp14846 bool CallCanBeVirtual = !MemExpr->hasQualifier() || getLangOpts().AppleKext; in BuildCallToMemberFunction()
H A DTreeTransform.h11257 if (E->hasQualifier()) { in TransformMemberExpr()
H A DSemaExpr.cpp21065 DRE->hasQualifier() ? &SS : nullptr, DRE->getFoundDecl(), in CheckPlaceholderExpr()