Searched refs:OriginalLocation (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.h745 llvm::DebugLoc OriginalLocation; member in class:clang::DynamicInitKind::ApplyDebugLocation
H A DCGDebugInfo.cpp101 OriginalLocation = CGF->Builder.getCurrentDebugLocation();
103 if (OriginalLocation && !DI->CGM.getExpressionLocationsEnabled())
133 OriginalLocation = CGF.Builder.getCurrentDebugLocation();
142 CGF->Builder.SetCurrentDebugLocation(std::move(OriginalLocation));

Completed in 41 milliseconds