Searched refs:ResultDecl (Results 1 – 1 of 1) sorted by relevance
267 const T *ResultDecl; in findDefInDeclContext() local268 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() local348 return importDefinition(ResultDecl, Unit); in getCrossTUDefinitionImpl()