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

/external/clang/lib/Sema/
H A DIdentifierResolver.cpp38 struct IdDeclInfoPool { struct in class:IdentifierResolver::IdDeclInfoMap
39 IdDeclInfoPool(IdDeclInfoPool *Next) : Next(Next) {} function in struct:IdentifierResolver::IdDeclInfoMap::IdDeclInfoPool
41 IdDeclInfoPool *Next;
45 IdDeclInfoPool *CurPool;
52 IdDeclInfoPool *Cur = CurPool;
53 while (IdDeclInfoPool *P = Cur) {
422 CurPool = new IdDeclInfoPool(CurPool);

Completed in 45 milliseconds