Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp3552 for (auto *SubDC : DC->decls()) { in ActOnOpenMPAssumesDirective() local
3553 if (SubDC->isInvalidDecl()) in ActOnOpenMPAssumesDirective()
3555 if (auto *CTD = dyn_cast<ClassTemplateDecl>(SubDC)) { in ActOnOpenMPAssumesDirective()
3560 if (auto *DC = dyn_cast<DeclContext>(SubDC)) in ActOnOpenMPAssumesDirective()
3562 if (auto *F = dyn_cast<FunctionDecl>(SubDC)) { in ActOnOpenMPAssumesDirective()