Lines Matching defs:IsKeyDecl
84 bool IsKeyDecl;
87 RedeclarableResult(Decl *MergeWith, GlobalDeclID FirstID, bool IsKeyDecl)
88 : MergeWith(MergeWith), FirstID(FirstID), IsKeyDecl(IsKeyDecl) {}
94 bool isKeyDecl() const { return IsKeyDecl; }
128 RedeclarableTemplateDecl *Existing, bool IsKeyDecl);
2803 bool IsKeyDecl = ThisDeclID == FirstDeclID;
2812 IsKeyDecl = true;
2817 IsKeyDecl = N == 1;
2854 return RedeclarableResult(MergeWith, FirstDeclID, IsKeyDecl);
2931 bool IsKeyDecl) {
2936 DPattern->getCanonicalDecl()->getGlobalID(), IsKeyDecl);
2986 bool IsKeyDecl = KeyDeclID.isValid();
2992 IsKeyDecl);
2995 if (IsKeyDecl)