Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DNestedNameSpecifier.h270 bool hasQualifier() const { return Qualifier; } in hasQualifier() function
H A DExpr.h1227 return hasQualifier(); in numTrailingObjects()
1297 bool hasQualifier() const { return DeclRefExprBits.HasQualifier; } in hasQualifier() function
1302 if (!hasQualifier()) in getQualifierLoc()
3252 bool hasQualifier() const { return getQualifier() != nullptr; } in hasQualifier() function
3374 return LO.AppleKext || !hasQualifier(); in performsVirtualDispatch()
H A DExprCXX.h2565 bool hasQualifier() const { return QualifierLoc.hasQualifier(); } in hasQualifier() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A DUSRLocFinder.cpp305 if (!Expr->hasQualifier()) in VisitDeclRefExpr()
/freebsd-13.1/contrib/llvm-project/clang/lib/Index/
H A DIndexBody.cpp98 if (CXXMD->isVirtual() && !ME->hasQualifier()) { in getRolesForRef()
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp609 Record.push_back(E->hasQualifier()); in VisitDeclRefExpr()
623 if ((!E->hasTemplateKWAndArgsInfo()) && (!E->hasQualifier()) && in VisitDeclRefExpr()
630 if (E->hasQualifier()) in VisitDeclRefExpr()
892 bool HasQualifier = E->hasQualifier(); in VisitMemberExpr()
H A DASTReaderStmt.cpp617 if (E->hasQualifier()) in VisitDeclRefExpr()
/freebsd-13.1/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp331 REGISTER_MATCHER(hasQualifier); in RegistryMaps()
/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp333 assert(From.hasQualifier()); in add()
977 assert(NNSLoc.hasQualifier()); in buildNameSpecifier()
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp872 if (ME->hasQualifier()) in getRuntimeDefinition()
/freebsd-13.1/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp1273 if (NNS.hasQualifier()) in TraverseNestedNameSpecifierLoc()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprCXX.cpp199 bool HasQualifier = ME->hasQualifier(); in EmitCXXMemberCallExpr()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp499 if (hasQualifier()) in getBeginLoc()
1736 if (hasQualifier()) in getBeginLoc()
H A DExprConstant.cpp7553 HasQualifier = ME->hasQualifier(); in handleCallExpr()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h6899 AST_MATCHER_P(ElaboratedType, hasQualifier, in AST_MATCHER_P() argument
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp2208 QualifierLoc.hasQualifier()); in VisitFunctionDecl()
H A DSemaDeclAttr.cpp3288 if (DRE->hasQualifier()) in handleCleanupAttr()
H A DSemaOverload.cpp14446 bool CallCanBeVirtual = !MemExpr->hasQualifier() || getLangOpts().AppleKext; in BuildCallToMemberFunction()
H A DTreeTransform.h10828 if (E->hasQualifier()) { in TransformMemberExpr()