Lines Matching refs:IndexName
280 const T *D, StringRef CrossTUDir, StringRef IndexName, in getCrossTUDefinitionImpl() argument
291 loadExternalAST(*LookupName, CrossTUDir, IndexName, DisplayCTUProgress); in getCrossTUDefinitionImpl()
355 StringRef IndexName, in getCrossTUDefinition() argument
357 return getCrossTUDefinitionImpl(FD, CrossTUDir, IndexName, in getCrossTUDefinition()
364 StringRef IndexName, in getCrossTUDefinition() argument
366 return getCrossTUDefinitionImpl(VD, CrossTUDir, IndexName, in getCrossTUDefinition()
443 StringRef FunctionName, StringRef CrossTUDir, StringRef IndexName, in getASTUnitForFunction() argument
452 ensureCTUIndexLoaded(CrossTUDir, IndexName)) in getASTUnitForFunction()
481 StringRef FunctionName, StringRef CrossTUDir, StringRef IndexName) { in getFileForFunction() argument
482 if (llvm::Error IndexLoadError = ensureCTUIndexLoaded(CrossTUDir, IndexName)) in getFileForFunction()
488 StringRef CrossTUDir, StringRef IndexName) { in ensureCTUIndexLoaded() argument
495 if (llvm::sys::path::is_absolute(IndexName)) in ensureCTUIndexLoaded()
496 IndexFile = IndexName; in ensureCTUIndexLoaded()
498 llvm::sys::path::append(IndexFile, IndexName); in ensureCTUIndexLoaded()
511 StringRef LookupName, StringRef CrossTUDir, StringRef IndexName, in loadExternalAST() argument
520 LookupName, CrossTUDir, IndexName, DisplayCTUProgress); in loadExternalAST()