Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCIndexer.cpp101 if (!ResourcesPath.empty()) in getClangResourcesPath()
102 return ResourcesPath; in getClangResourcesPath()
148 ResourcesPath = driver::Driver::GetResourcesPath(LibClangPath); in getClangResourcesPath()
149 return ResourcesPath; in getClangResourcesPath()
H A DCIndexer.h39 std::string ResourcesPath; variable