Home
last modified time | relevance | path

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

/llvm-project/clang/tools/libclang/
H A DCIndexer.cpp102 if (!ResourcesPath.empty()) in getClangResourcesPath()
103 return ResourcesPath; in getClangResourcesPath()
156 ResourcesPath = driver::Driver::GetResourcesPath(LibClangPath); in getClangResourcesPath()
157 return ResourcesPath; in getClangResourcesPath()
H A DCIndexer.h40 std::string ResourcesPath; variable