Home
last modified time | relevance | path

Searched refs:DefaultToEmpty (Results 1 – 4 of 4) 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()
/external/llvm-project/clang/lib/CodeGen/
DCGDebugInfo.h744 void init(SourceLocation TemporaryLocation, bool DefaultToEmpty = false);
745 ApplyDebugLocation(CodeGenFunction &CGF, bool DefaultToEmpty,
DCGDebugInfo.cpp87 bool DefaultToEmpty, in ApplyDebugLocation() argument
90 init(TemporaryLocation, DefaultToEmpty); in ApplyDebugLocation()
94 bool DefaultToEmpty) { in init() argument
111 if (DefaultToEmpty) { in init()