Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.h886 class ApplyInlineDebugLocation {
894 ApplyInlineDebugLocation(CodeGenFunction &CGF, GlobalDecl InlinedFn);
896 ~ApplyInlineDebugLocation();
H A DCGDebugInfo.cpp150 ApplyInlineDebugLocation::ApplyInlineDebugLocation(CodeGenFunction &CGF, in ApplyInlineDebugLocation() function in ApplyInlineDebugLocation
166 ApplyInlineDebugLocation::~ApplyInlineDebugLocation() { in ~ApplyInlineDebugLocation()
H A DCGClass.cpp2314 ApplyInlineDebugLocation DebugScope(*this, GD); in EmitInlinedInheritingCXXConstructorCall()