Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenModule.h616 bool getExpressionLocationsEnabled() const;
H A DCGDebugInfo.cpp108 if (OriginalLocation && !DI->CGM.getExpressionLocationsEnabled()) in init()
H A DCodeGenModule.cpp5800 bool CodeGenModule::getExpressionLocationsEnabled() const { in getExpressionLocationsEnabled() function in CodeGenModule