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.h970 class ApplyInlineDebugLocation {
978 ApplyInlineDebugLocation(CodeGenFunction &CGF, GlobalDecl InlinedFn);
980 ~ApplyInlineDebugLocation();
H A DCGDebugInfo.cpp298 ApplyInlineDebugLocation::ApplyInlineDebugLocation(CodeGenFunction &CGF, in ApplyInlineDebugLocation() function in ApplyInlineDebugLocation
314 ApplyInlineDebugLocation::~ApplyInlineDebugLocation() { in ~ApplyInlineDebugLocation()
H A DCGClass.cpp2330 ApplyInlineDebugLocation DebugScope(*this, GD); in EmitInlinedInheritingCXXConstructorCall()