Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGDebugInfo.h799 void init(SourceLocation TemporaryLocation, bool DefaultToEmpty = false);
800 ApplyDebugLocation(CodeGenFunction &CGF, bool DefaultToEmpty,
H A DCGDebugInfo.cpp92 bool DefaultToEmpty, in ApplyDebugLocation() argument
95 init(TemporaryLocation, DefaultToEmpty); in ApplyDebugLocation()
99 bool DefaultToEmpty) { in init() argument
116 if (DefaultToEmpty) { in init()