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

/external/clang/lib/Sema/
H A DIdentifierResolver.cpp37 struct IdDeclInfoPool { struct in class:IdentifierResolver::IdDeclInfoMap
38 IdDeclInfoPool(IdDeclInfoPool *Next) : Next(Next) {} function in struct:IdentifierResolver::IdDeclInfoMap::IdDeclInfoPool
40 IdDeclInfoPool *Next;
44 IdDeclInfoPool *CurPool;
51 IdDeclInfoPool *Cur = CurPool;
52 while (IdDeclInfoPool *P = Cur) {
392 CurPool = new IdDeclInfoPool(CurPool);

Completed in 79 milliseconds