Searched refs:DefaultToEmpty (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGDebugInfo.h | 541 void init(SourceLocation TemporaryLocation, bool DefaultToEmpty = false); 542 ApplyDebugLocation(CodeGenFunction &CGF, bool DefaultToEmpty,
|
D | CGDebugInfo.cpp | 68 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/ |
D | CGDebugInfo.h | 744 void init(SourceLocation TemporaryLocation, bool DefaultToEmpty = false); 745 ApplyDebugLocation(CodeGenFunction &CGF, bool DefaultToEmpty,
|
D | CGDebugInfo.cpp | 87 bool DefaultToEmpty, in ApplyDebugLocation() argument 90 init(TemporaryLocation, DefaultToEmpty); in ApplyDebugLocation() 94 bool DefaultToEmpty) { in init() argument 111 if (DefaultToEmpty) { in init()
|