Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp267 const T *ResultDecl; in findDefInDeclContext() local
268 if (!ND || !hasBodyOrInit(ND, ResultDecl)) in findDefInDeclContext()
270 llvm::Optional<std::string> ResultLookupName = getLookupName(ResultDecl); in findDefInDeclContext()
273 return ResultDecl; in findDefInDeclContext()
347 if (const T *ResultDecl = findDefInDeclContext<T>(TU, *LookupName)) in getCrossTUDefinitionImpl() local
348 return importDefinition(ResultDecl, Unit); in getCrossTUDefinitionImpl()