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

/freebsd-13-stable/contrib/llvm-project/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp378 auto ASTCacheEntry = FileASTUnitMap.find(FileName); local
379 if (ASTCacheEntry == FileASTUnitMap.end()) {
410 return ASTCacheEntry->second.get();
419 auto ASTCacheEntry = NameASTUnitMap.find(FunctionName); local
420 if (ASTCacheEntry == NameASTUnitMap.end()) {
448 return ASTCacheEntry->second;

Completed in 55 milliseconds