Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Sema/
H A DIdentifierResolver.cpp42 struct IdDeclInfoPool { struct in IdentifierResolver::IdDeclInfoMap
43 IdDeclInfoPool *Next; argument
46 IdDeclInfoPool(IdDeclInfoPool *Next) : Next(Next) {} in IdDeclInfoPool() argument
49 IdDeclInfoPool *CurPool = nullptr;
56 IdDeclInfoPool *Cur = CurPool; in ~IdDeclInfoMap()
57 while (IdDeclInfoPool *P = Cur) { in ~IdDeclInfoMap()
418 CurPool = new IdDeclInfoPool(CurPool); in operator []()