Searched defs:Response (Results 1 – 2 of 2) sorted by relevance
50 struct Response { struct51 const Decl *NextDecl = nullptr;52 bool IsDone = false;53 bool ClearRelativeToPrimary = true;54 static Response Done() { in Done()59 static Response ChangeDecl(const Decl *ND) { in ChangeDecl()64 static Response ChangeDecl(const DeclContext *Ctx) { in ChangeDecl()70 static Response UseNextDecl(const Decl *CurDecl) { in UseNextDecl()74 static Response DontClearRelativeToPrimaryNextDecl(const Decl *CurDecl) { in DontClearRelativeToPrimaryNextDecl()
672 unsigned Response = 0; in isAvailable() local