Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DNestedNameSpecifier.h270 bool hasQualifier() const { return Qualifier; } in hasQualifier() function
H A DExpr.h1230 return hasQualifier(); in numTrailingObjects()
1300 bool hasQualifier() const { return DeclRefExprBits.HasQualifier; } in hasQualifier() function
1305 if (!hasQualifier()) in getQualifierLoc()
3185 bool hasQualifier() const { return getQualifier() != nullptr; } in hasQualifier() function
3307 return LO.AppleKext || !hasQualifier(); in performsVirtualDispatch()
H A DExprCXX.h2565 bool hasQualifier() const { return QualifierLoc.hasQualifier(); } in hasQualifier() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/Rename/
H A DUSRLocFinder.cpp305 if (!Expr->hasQualifier()) in VisitDeclRefExpr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/
H A DIndexBody.cpp98 if (CXXMD->isVirtual() && !ME->hasQualifier()) { in getRolesForRef()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterStmt.cpp598 Record.push_back(E->hasQualifier()); in VisitDeclRefExpr()
612 if ((!E->hasTemplateKWAndArgsInfo()) && (!E->hasQualifier()) && in VisitDeclRefExpr()
619 if (E->hasQualifier()) in VisitDeclRefExpr()
881 bool HasQualifier = E->hasQualifier(); in VisitMemberExpr()
H A DASTReaderStmt.cpp607 if (E->hasQualifier()) in VisitDeclRefExpr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp331 REGISTER_MATCHER(hasQualifier); in RegistryMaps()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp333 assert(From.hasQualifier()); in add()
977 assert(NNSLoc.hasQualifier()); in buildNameSpecifier()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp833 if (ME->hasQualifier()) in getRuntimeDefinition()
/netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp1273 if (NNS.hasQualifier()) in TraverseNestedNameSpecifierLoc()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExprCXX.cpp199 bool HasQualifier = ME->hasQualifier(); in EmitCXXMemberCallExpr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExpr.cpp497 if (hasQualifier()) in getBeginLoc()
1668 if (hasQualifier()) in getBeginLoc()
H A DExprConstant.cpp7550 HasQualifier = ME->hasQualifier(); in handleCallExpr()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchers.h6887 AST_MATCHER_P(ElaboratedType, hasQualifier, in AST_MATCHER_P() argument
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp2146 QualifierLoc.hasQualifier()); in VisitFunctionDecl()
H A DSemaDeclAttr.cpp3203 if (DRE->hasQualifier()) in handleCleanupAttr()
H A DSemaOverload.cpp14426 bool CallCanBeVirtual = !MemExpr->hasQualifier() || getLangOpts().AppleKext; in BuildCallToMemberFunction()
H A DTreeTransform.h10754 if (E->hasQualifier()) { in TransformMemberExpr()