Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DCodeGenModule.h575 bool getExpressionLocationsEnabled() const;
DCodeGenModule.cpp5106 bool CodeGenModule::getExpressionLocationsEnabled() const { in getExpressionLocationsEnabled() function in CodeGenModule
DCGDebugInfo.cpp103 if (OriginalLocation && !DI->CGM.getExpressionLocationsEnabled()) in init()