Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DMicrosoftMangle.cpp147 llvm::DenseMap<const CXXRecordDecl *, unsigned> LambdaIds; member in __anon77df3dfb0111::MicrosoftMangleContextImpl
286 Result = LambdaIds.insert(std::make_pair(RD, LambdaIds.size())); in getLambdaId()
296 return LambdaIds.lookup(RD); in getLambdaIdForDebugInfo()