Searched refs:MacroArgsCache (Results 1 – 2 of 2) sorted by relevance
1702 MacroArgsCache.insert(std::make_pair(0, SourceLocation())); in computeMacroArgsCache()1756 associateFileChunkWithMacroArgExp(MacroArgsCache, FID, in computeMacroArgsCache()1793 associateFileChunkWithMacroArgExp(MacroArgsCache, FID, in associateFileChunkWithMacroArgExp()1835 MacroArgsMap::iterator I = MacroArgsCache.upper_bound(EndOffs); in associateFileChunkWithMacroArgExp()1838 MacroArgsCache[BeginOffs] = ExpansionLoc; in associateFileChunkWithMacroArgExp()1839 MacroArgsCache[EndOffs] = EndOffsMappedLoc; in associateFileChunkWithMacroArgExp()1863 if (!MacroArgsCache) { in getMacroArgExpandedLocation()1864 MacroArgsCache = std::make_unique<MacroArgsMap>(); in getMacroArgExpandedLocation()1865 computeMacroArgsCache(*MacroArgsCache, FID); in getMacroArgExpandedLocation()1868 assert(!MacroArgsCache->empty()); in getMacroArgExpandedLocation()[all …]
1935 void computeMacroArgsCache(MacroArgsMap &MacroArgsCache, FileID FID) const;1936 void associateFileChunkWithMacroArgExp(MacroArgsMap &MacroArgsCache,