Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndexer.cpp50 void getClangResourcesPathImplAIX(LibClangPathType &LibClangPath) { in getClangResourcesPathImplAIX() argument
91 LibClangPath += reinterpret_cast<char *>(CurInfo) + CurInfo->ldinfo_filename; in getClangResourcesPathImplAIX()
104 SmallString<128> LibClangPath; in getClangResourcesPath() local
124 LibClangPath += path; in getClangResourcesPath()
126 getClangResourcesPathImplAIX(LibClangPath); in getClangResourcesPath()
134 LibClangPath += info.dli_fname; in getClangResourcesPath()
138 ResourcesPath = driver::Driver::GetResourcesPath(LibClangPath); in getClangResourcesPath()