Home
last modified time | relevance | path

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

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