| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | NestedNameSpecifier.h | 270 bool hasQualifier() const { return Qualifier; } in hasQualifier() function
|
| H A D | Expr.h | 1251 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 D | ExprCXX.h | 2640 bool hasQualifier() const { return QualifierLoc.hasQualifier(); } in hasQualifier() function
|
| H A D | TypeLoc.h | 2289 assert(!QualifierLoc.hasQualifier()); in setQualifierLoc()
|
| /openbsd-src/gnu/llvm/clang/lib/Tooling/Refactoring/Rename/ |
| H A D | USRLocFinder.cpp | 305 if (!Expr->hasQualifier()) in VisitDeclRefExpr()
|
| /openbsd-src/gnu/llvm/clang/lib/Index/ |
| H A D | IndexBody.cpp | 102 if (CXXMD->isVirtual() && !ME->hasQualifier()) { in getRolesForRef()
|
| /openbsd-src/gnu/llvm/clang/lib/Serialization/ |
| H A D | ASTWriterStmt.cpp | 605 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 D | ASTReaderStmt.cpp | 603 if (E->hasQualifier()) in VisitDeclRefExpr()
|
| /openbsd-src/gnu/llvm/clang/lib/ASTMatchers/Dynamic/ |
| H A D | Registry.cpp | 341 REGISTER_MATCHER(hasQualifier); in RegistryMaps()
|
| /openbsd-src/gnu/llvm/clang/lib/Tooling/Syntax/ |
| H A D | BuildTree.cpp | 333 assert(From.hasQualifier()); in add() 982 assert(NNSLoc.hasQualifier()); in buildNameSpecifier()
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
| H A D | CallEvent.cpp | 838 if (ME->hasQualifier()) in getRuntimeDefinition()
|
| /openbsd-src/gnu/llvm/clang/lib/ASTMatchers/ |
| H A D | ASTMatchFinder.cpp | 1494 if (NNS.hasQualifier()) in TraverseNestedNameSpecifierLoc()
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGExprCXX.cpp | 201 bool HasQualifier = ME->hasQualifier(); in EmitCXXMemberCallExpr()
|
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | Expr.cpp | 600 if (hasQualifier()) in getBeginLoc() 1795 if (hasQualifier()) in getBeginLoc()
|
| H A D | ExprConstant.cpp | 7645 HasQualifier = ME->hasQualifier(); in handleCallExpr()
|
| /openbsd-src/gnu/llvm/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 7275 AST_MATCHER_P(ElaboratedType, hasQualifier, in AST_MATCHER_P() argument
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaTemplateInstantiateDecl.cpp | 2283 QualifierLoc.hasQualifier()); in VisitFunctionDecl()
|
| H A D | SemaDeclAttr.cpp | 3690 if (DRE->hasQualifier()) in handleCleanupAttr()
|
| H A D | SemaOverload.cpp | 14846 bool CallCanBeVirtual = !MemExpr->hasQualifier() || getLangOpts().AppleKext; in BuildCallToMemberFunction()
|
| H A D | TreeTransform.h | 11257 if (E->hasQualifier()) { in TransformMemberExpr()
|
| H A D | SemaExpr.cpp | 21065 DRE->hasQualifier() ? &SS : nullptr, DRE->getFoundDecl(), in CheckPlaceholderExpr()
|