Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDebugInfo.h757 void init(SourceLocation TemporaryLocation, bool DefaultToEmpty = false);
758 ApplyDebugLocation(CodeGenFunction &CGF, bool DefaultToEmpty,
H A DCGDebugInfo.cpp87 bool DefaultToEmpty, in ApplyDebugLocation() argument
90 init(TemporaryLocation, DefaultToEmpty); in ApplyDebugLocation()
94 bool DefaultToEmpty) { in init() argument
111 if (DefaultToEmpty) { in init()