Home
last modified time | relevance | path

Searched defs:Response (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/llvm/clang/lib/Sema/
DSemaTemplateInstantiate.cpp50 struct Response { struct
51 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()
/openbsd/src/gnu/llvm/llvm/lib/MCA/HardwareUnits/
DRegisterFile.cpp672 unsigned Response = 0; in isAvailable() local