Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGDebugInfo.h449 void init(SourceLocation TemporaryLocation, bool DefaultToEmpty = false);
450 ApplyDebugLocation(CodeGenFunction &CGF, bool DefaultToEmpty,
DCGDebugInfo.cpp62 bool DefaultToEmpty, in ApplyDebugLocation() argument
65 init(TemporaryLocation, DefaultToEmpty); in ApplyDebugLocation()
69 bool DefaultToEmpty) { in init() argument
73 if (DefaultToEmpty) in init()