Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGDebugInfo.h532 void init(SourceLocation TemporaryLocation, bool DefaultToEmpty = false);
533 ApplyDebugLocation(CodeGenFunction &CGF, bool DefaultToEmpty,
DCGDebugInfo.cpp67 bool DefaultToEmpty, in ApplyDebugLocation() argument
70 init(TemporaryLocation, DefaultToEmpty); in ApplyDebugLocation()
74 bool DefaultToEmpty) { in init() argument
87 if (DefaultToEmpty) { in init()