Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DCGDebugInfo.h797 class ApplyInlineDebugLocation {
805 ApplyInlineDebugLocation(CodeGenFunction &CGF, GlobalDecl InlinedFn);
807 ~ApplyInlineDebugLocation();
DCGDebugInfo.cpp145 ApplyInlineDebugLocation::ApplyInlineDebugLocation(CodeGenFunction &CGF, in ApplyInlineDebugLocation() function in ApplyInlineDebugLocation
161 ApplyInlineDebugLocation::~ApplyInlineDebugLocation() { in ~ApplyInlineDebugLocation()
DCGClass.cpp2257 ApplyInlineDebugLocation DebugScope(*this, GD); in EmitInlinedInheritingCXXConstructorCall()