Searched refs:getUniqueBlockCount (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenModule.h669 /// getUniqueBlockCount - Fetches the global unique block count.
670 int getUniqueBlockCount() { return ++Block.GlobalUniqueCount; } function in class:clang::CodeGen::CodeGenModule
H A DCGDebugInfo.cpp2797 << "__block_literal_" << CGM.getUniqueBlockCount();

Completed in 127 milliseconds