Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DMangle.h83 llvm::DenseMap<const BlockDecl *, unsigned> &BlockIds in getBlockId() local
86 Result = BlockIds.insert(std::make_pair(BD, BlockIds.size())); in getBlockId()