Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenModule.h596 bool getExpressionLocationsEnabled() const;
H A DCGDebugInfo.cpp103 if (OriginalLocation && !DI->CGM.getExpressionLocationsEnabled()) in init()
H A DCodeGenModule.cpp5221 bool CodeGenModule::getExpressionLocationsEnabled() const { in getExpressionLocationsEnabled() function in CodeGenModule