HomeSort by relevance Sort by last modified time
    Searched refs:BlockLiteralGeneric (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/CodeGen/
CGDebugInfo.h 65 llvm::DIType BlockLiteralGeneric;
CGDebugInfo.cpp 666 if (BlockLiteralGeneric)
667 return BlockLiteralGeneric;
722 BlockLiteralGeneric = DBuilder.createPointerType(EltTy, Size);
723 return BlockLiteralGeneric;
    [all...]

Completed in 326 milliseconds