Searched refs:ASTCacheEntry (Results 1 – 1 of 1) sorted by relevance
377 auto ASTCacheEntry = FileASTUnitMap.find(FileName); in getASTUnitForFile() local378 if (ASTCacheEntry == FileASTUnitMap.end()) { in getASTUnitForFile()409 return ASTCacheEntry->second.get(); in getASTUnitForFile()418 auto ASTCacheEntry = NameASTUnitMap.find(FunctionName); in getASTUnitForFunction() local419 if (ASTCacheEntry == NameASTUnitMap.end()) { in getASTUnitForFunction()447 return ASTCacheEntry->second; in getASTUnitForFunction()