Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGDebugInfo.h541 void init(SourceLocation TemporaryLocation, bool DefaultToEmpty = false);
542 ApplyDebugLocation(CodeGenFunction &CGF, bool DefaultToEmpty,
DCGDebugInfo.cpp68 bool DefaultToEmpty, in ApplyDebugLocation() argument
71 init(TemporaryLocation, DefaultToEmpty); in ApplyDebugLocation()
75 bool DefaultToEmpty) { in init() argument
88 if (DefaultToEmpty) { in init()