Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenModule.h607 bool getExpressionLocationsEnabled() const;
H A DCGDebugInfo.cpp104 if (OriginalLocation && !DI->CGM.getExpressionLocationsEnabled()) in init()
H A DCodeGenModule.cpp5636 bool CodeGenModule::getExpressionLocationsEnabled() const { in getExpressionLocationsEnabled() function in CodeGenModule