Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DIdentifierResolver.cpp43 struct IdDeclInfoPool { struct in IdentifierResolver::IdDeclInfoMap
44 IdDeclInfoPool *Next; argument
47 IdDeclInfoPool(IdDeclInfoPool *Next) : Next(Next) {} in IdDeclInfoPool() function
50 IdDeclInfoPool *CurPool = nullptr;
57 IdDeclInfoPool *Cur = CurPool; in ~IdDeclInfoMap()
58 while (IdDeclInfoPool *P = Cur) { in ~IdDeclInfoMap()
405 CurPool = new IdDeclInfoPool(CurPool); in operator []()