Home
last modified time | relevance | path

Searched refs:getExpressionLocationsEnabled (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.h626 bool getExpressionLocationsEnabled() const;
H A DCGDebugInfo.cpp107 if (OriginalLocation && !DI->CGM.getExpressionLocationsEnabled()) in init()
H A DCodeGenModule.cpp6243 bool CodeGenModule::getExpressionLocationsEnabled() const { in getExpressionLocationsEnabled() function in CodeGenModule