Searched refs:NameFileMap (Results 1 – 2 of 2) sorted by relevance
456 auto It = NameFileMap.find(FunctionName); in getASTUnitForFunction()457 if (It == NameFileMap.end()) { in getASTUnitForFunction()485 return NameFileMap[FunctionName]; in getFileForFunction()491 if (!NameFileMap.empty()) in ensureCTUIndexLoaded()503 NameFileMap = *IndexMapping; in ensureCTUIndexLoaded()
336 IndexMapTy NameFileMap; variable