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

  /external/clang/lib/AST/
Mangle.cpp 41 unsigned discriminator = Context.getBlockId(BD, true);
53 unsigned discriminator = getBlockId(BD, false);
MicrosoftMangle.cpp 579 Out << "__block_invoke" << Context.getBlockId(BD, false);
    [all...]
ItaniumMangle.cpp     [all...]
  /external/clang/include/clang/AST/
Mangle.h 88 unsigned getBlockId(const BlockDecl *BD, bool Local) {

Completed in 580 milliseconds