Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp257 CrossTranslationUnitContext::findDefInDeclContext(const DeclContext *DC, in findDefInDeclContext() function in clang::cross_tu::CrossTranslationUnitContext
263 if (const auto *ND = findDefInDeclContext<T>(SubDC, LookupName)) in findDefInDeclContext()
347 if (const T *ResultDecl = findDefInDeclContext<T>(TU, *LookupName)) in getCrossTUDefinitionImpl()
/openbsd-src/gnu/llvm/clang/include/clang/CrossTU/
H A DCrossTranslationUnit.h217 const T *findDefInDeclContext(const DeclContext *DC,