Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/Sema/
DIdentifierResolver.cpp42 struct IdDeclInfoPool { struct in IdentifierResolver::IdDeclInfoMap
43 IdDeclInfoPool *Next; argument
46 IdDeclInfoPool(IdDeclInfoPool *Next) : Next(Next) {} in IdDeclInfoPool() function
49 IdDeclInfoPool *CurPool = nullptr;
56 IdDeclInfoPool *Cur = CurPool; in ~IdDeclInfoMap()
57 while (IdDeclInfoPool *P = Cur) { in ~IdDeclInfoMap()
410 CurPool = new IdDeclInfoPool(CurPool); in operator []()