Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp261 const auto *SubDC = dyn_cast<DeclContext>(D); in findDefInDeclContext() local
262 if (SubDC) in findDefInDeclContext()
263 if (const auto *ND = findDefInDeclContext<T>(SubDC, LookupName)) in findDefInDeclContext()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp3500 for (auto *SubDC : DC->decls()) { in ActOnOpenMPAssumesDirective() local
3501 if (SubDC->isInvalidDecl()) in ActOnOpenMPAssumesDirective()
3503 if (auto *CTD = dyn_cast<ClassTemplateDecl>(SubDC)) { in ActOnOpenMPAssumesDirective()
3508 if (auto *DC = dyn_cast<DeclContext>(SubDC)) in ActOnOpenMPAssumesDirective()
3510 if (auto *F = dyn_cast<FunctionDecl>(SubDC)) { in ActOnOpenMPAssumesDirective()