Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDebugInfo.h738 class ApplyInlineDebugLocation {
746 ApplyInlineDebugLocation(CodeGenFunction &CGF, GlobalDecl InlinedFn);
748 ~ApplyInlineDebugLocation();
H A DCGDebugInfo.cpp144 ApplyInlineDebugLocation::ApplyInlineDebugLocation(CodeGenFunction &CGF, in ApplyInlineDebugLocation() function in ApplyInlineDebugLocation
160 ApplyInlineDebugLocation::~ApplyInlineDebugLocation() { in ~ApplyInlineDebugLocation()
H A DCGClass.cpp2210 ApplyInlineDebugLocation DebugScope(*this, GD); in EmitInlinedInheritingCXXConstructorCall()