Searched refs:fIncludeMap (Results 1 – 3 of 3) sorted by relevance
434 unordered_map<string, Definition> fIncludeMap; variable
1943 for (auto& entry : fIncludeMap) { in include()2465 fParent = &fIncludeMap[name]; in parseInclude()2479 fParent = &fIncludeMap[name]; in parseInclude()3459 if (fIncludeMap.empty()) { in references()
2017 for (auto& includeMapper : fIncludeMap) { in populate()