Home
last modified time | relevance | path

Searched refs:OrigCtx (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclAttr.cpp7508 static NamedDecl *findEnclosingDeclToAnnotate(Decl *OrigCtx) { in findEnclosingDeclToAnnotate() argument
7509 for (Decl *Ctx = OrigCtx; Ctx; in findEnclosingDeclToAnnotate()
7520 return dyn_cast<NamedDecl>(OrigCtx); in findEnclosingDeclToAnnotate()