Home
last modified time | relevance | path

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

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