Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGDebugInfo.h800 void init(SourceLocation TemporaryLocation, bool DefaultToEmpty = false);
801 ApplyDebugLocation(CodeGenFunction &CGF, bool DefaultToEmpty,
H A DCGDebugInfo.cpp88 bool DefaultToEmpty, in ApplyDebugLocation() argument
91 init(TemporaryLocation, DefaultToEmpty); in ApplyDebugLocation()
95 bool DefaultToEmpty) { in init() argument
112 if (DefaultToEmpty) { in init()