Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.h915 class ApplyInlineDebugLocation {
923 ApplyInlineDebugLocation(CodeGenFunction &CGF, GlobalDecl InlinedFn);
925 ~ApplyInlineDebugLocation();
H A DCGDebugInfo.cpp160 ApplyInlineDebugLocation::ApplyInlineDebugLocation(CodeGenFunction &CGF, in ApplyInlineDebugLocation() function in ApplyInlineDebugLocation
176 ApplyInlineDebugLocation::~ApplyInlineDebugLocation() { in ~ApplyInlineDebugLocation()
H A DCGClass.cpp2325 ApplyInlineDebugLocation DebugScope(*this, GD); in EmitInlinedInheritingCXXConstructorCall()