Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGDebugInfo.h852 class ApplyInlineDebugLocation {
860 ApplyInlineDebugLocation(CodeGenFunction &CGF, GlobalDecl InlinedFn);
862 ~ApplyInlineDebugLocation();
H A DCGDebugInfo.cpp151 ApplyInlineDebugLocation::ApplyInlineDebugLocation(CodeGenFunction &CGF, in ApplyInlineDebugLocation() function in ApplyInlineDebugLocation
167 ApplyInlineDebugLocation::~ApplyInlineDebugLocation() { in ~ApplyInlineDebugLocation()
H A DCGClass.cpp2324 ApplyInlineDebugLocation DebugScope(*this, GD); in EmitInlinedInheritingCXXConstructorCall()