Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDebugInfo.h686 void init(SourceLocation TemporaryLocation, bool DefaultToEmpty = false);
687 ApplyDebugLocation(CodeGenFunction &CGF, bool DefaultToEmpty,
H A DCGDebugInfo.cpp86 bool DefaultToEmpty, in ApplyDebugLocation() argument
89 init(TemporaryLocation, DefaultToEmpty); in ApplyDebugLocation()
93 bool DefaultToEmpty) { in init() argument
110 if (DefaultToEmpty) { in init()