Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp1717 void SourceManager::computeMacroArgsCache(MacroArgsMap &MacroArgsCache, in computeMacroArgsCache() argument
1722 MacroArgsCache.try_emplace(0); in computeMacroArgsCache()
1776 associateFileChunkWithMacroArgExp(MacroArgsCache, FID, in computeMacroArgsCache()
1784 MacroArgsMap &MacroArgsCache, in associateFileChunkWithMacroArgExp() argument
1812 associateFileChunkWithMacroArgExp(MacroArgsCache, FID, in associateFileChunkWithMacroArgExp()
1854 MacroArgsMap::iterator I = MacroArgsCache.upper_bound(EndOffs); in associateFileChunkWithMacroArgExp()
1857 MacroArgsCache[BeginOffs] = ExpansionLoc; in associateFileChunkWithMacroArgExp()
1858 MacroArgsCache[EndOffs] = EndOffsMappedLoc; in associateFileChunkWithMacroArgExp()
1885 std::unique_ptr<MacroArgsMap> &MacroArgsCache = MacroArgsCacheMap[FID]; in getMacroArgExpandedLocation() local
1886 if (!MacroArgsCache) { in getMacroArgExpandedLocation()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManager.h1986 void computeMacroArgsCache(MacroArgsMap &MacroArgsCache, FileID FID) const;
1987 void associateFileChunkWithMacroArgExp(MacroArgsMap &MacroArgsCache,