Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.h854 void init(SourceLocation TemporaryLocation, bool DefaultToEmpty = false);
855 ApplyDebugLocation(CodeGenFunction &CGF, bool DefaultToEmpty,
H A DCGDebugInfo.cpp101 bool DefaultToEmpty, in ApplyDebugLocation() argument
104 init(TemporaryLocation, DefaultToEmpty); in ApplyDebugLocation()
108 bool DefaultToEmpty) { in init() argument
125 if (DefaultToEmpty) { in init()