Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp270 std::optional<std::string> ResultLookupName = getLookupName(ResultDecl); in findDefInDeclContext() local
271 if (!ResultLookupName || *ResultLookupName != LookupName) in findDefInDeclContext()