Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp405 auto ASTCacheEntry = FileASTUnitMap.find(FileName); in getASTUnitForFile() local
406 if (ASTCacheEntry == FileASTUnitMap.end()) { in getASTUnitForFile()
437 return ASTCacheEntry->second.get(); in getASTUnitForFile()
446 auto ASTCacheEntry = NameASTUnitMap.find(FunctionName); in getASTUnitForFunction() local
447 if (ASTCacheEntry == NameASTUnitMap.end()) { in getASTUnitForFunction()
475 return ASTCacheEntry->second; in getASTUnitForFunction()