Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp381 auto ASTCacheEntry = FileASTUnitMap.find(FileName); in getASTUnitForFile() local
382 if (ASTCacheEntry == FileASTUnitMap.end()) { in getASTUnitForFile()
413 return ASTCacheEntry->second.get(); in getASTUnitForFile()
422 auto ASTCacheEntry = NameASTUnitMap.find(FunctionName); in getASTUnitForFunction() local
423 if (ASTCacheEntry == NameASTUnitMap.end()) { in getASTUnitForFunction()
451 return ASTCacheEntry->second; in getASTUnitForFunction()