Searched refs:ASTCacheEntry (Results 1 – 1 of 1) sorted by relevance
405 auto ASTCacheEntry = FileASTUnitMap.find(FileName); in getASTUnitForFile() local406 if (ASTCacheEntry == FileASTUnitMap.end()) { in getASTUnitForFile()437 return ASTCacheEntry->second.get(); in getASTUnitForFile()446 auto ASTCacheEntry = NameASTUnitMap.find(FunctionName); in getASTUnitForFunction() local447 if (ASTCacheEntry == NameASTUnitMap.end()) { in getASTUnitForFunction()475 return ASTCacheEntry->second; in getASTUnitForFunction()