Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfoMetadata.cpp187 auto GetNearestCommonScope = [](DIScope *S1, DIScope *S2) -> DIScope * { in getMergedLocation() local
205 auto Scope = GetNearestCommonScope(L1->getScope(), L2->getScope()); in getMergedLocation()