Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp428 if (!NameFileMap.count(FunctionName)) { in getASTUnitForFunction()
436 getASTUnitForFile(NameFileMap[FunctionName], DisplayCTUProgress)) { in getASTUnitForFunction()
456 return NameFileMap[FunctionName]; in getFileForFunction()
462 if (!NameFileMap.empty()) in ensureCTUIndexLoaded()
474 NameFileMap = *IndexMapping; in ensureCTUIndexLoaded()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/CrossTU/
H A DCrossTranslationUnit.h324 IndexMapTy NameFileMap; variable