Home
last modified time | relevance | path

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

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