Lines Matching defs:IsKeyDecl
87 bool IsKeyDecl;
90 RedeclarableResult(Decl *MergeWith, GlobalDeclID FirstID, bool IsKeyDecl)
91 : MergeWith(MergeWith), FirstID(FirstID), IsKeyDecl(IsKeyDecl) {}
97 bool isKeyDecl() const { return IsKeyDecl; }
131 RedeclarableTemplateDecl *Existing, bool IsKeyDecl);
2804 bool IsKeyDecl = ThisDeclID == FirstDeclID;
2813 IsKeyDecl = true;
2818 IsKeyDecl = N == 1;
2855 return RedeclarableResult(MergeWith, FirstDeclID, IsKeyDecl);
2932 bool IsKeyDecl) {
2937 DPattern->getCanonicalDecl()->getGlobalID(), IsKeyDecl);
2987 bool IsKeyDecl = KeyDeclID.isValid();
2993 IsKeyDecl);
2996 if (IsKeyDecl)