Searched refs:ASTCacheEntry (Results 1 – 1 of 1) sorted by relevance
381 auto ASTCacheEntry = FileASTUnitMap.find(FileName); in getASTUnitForFile() local382 if (ASTCacheEntry == FileASTUnitMap.end()) { in getASTUnitForFile()413 return ASTCacheEntry->second.get(); in getASTUnitForFile()422 auto ASTCacheEntry = NameASTUnitMap.find(FunctionName); in getASTUnitForFunction() local423 if (ASTCacheEntry == NameASTUnitMap.end()) { in getASTUnitForFunction()451 return ASTCacheEntry->second; in getASTUnitForFunction()