Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CrossTU/
DCrossTranslationUnit.cpp377 auto ASTCacheEntry = FileASTUnitMap.find(FileName); in getASTUnitForFile() local
378 if (ASTCacheEntry == FileASTUnitMap.end()) { in getASTUnitForFile()
409 return ASTCacheEntry->second.get(); in getASTUnitForFile()
418 auto ASTCacheEntry = NameASTUnitMap.find(FunctionName); in getASTUnitForFunction() local
419 if (ASTCacheEntry == NameASTUnitMap.end()) { in getASTUnitForFunction()
447 return ASTCacheEntry->second; in getASTUnitForFunction()