Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp456 auto It = NameFileMap.find(FunctionName); in getASTUnitForFunction()
457 if (It == NameFileMap.end()) { in getASTUnitForFunction()
485 return NameFileMap[FunctionName]; in getFileForFunction()
491 if (!NameFileMap.empty()) in ensureCTUIndexLoaded()
503 NameFileMap = *IndexMapping; in ensureCTUIndexLoaded()
/freebsd/contrib/llvm-project/clang/include/clang/CrossTU/
H A DCrossTranslationUnit.h336 IndexMapTy NameFileMap; variable