Home
last modified time | relevance | path

Searched refs:DefaultToEmpty (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.h825 void init(SourceLocation TemporaryLocation, bool DefaultToEmpty = false);
826 ApplyDebugLocation(CodeGenFunction &CGF, bool DefaultToEmpty,
H A DCGDebugInfo.cpp91 bool DefaultToEmpty, in ApplyDebugLocation() argument
94 init(TemporaryLocation, DefaultToEmpty); in ApplyDebugLocation()
98 bool DefaultToEmpty) { in init() argument
115 if (DefaultToEmpty) { in init()