Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
133 LibClangPath += info.dli_fname; in getClangResourcesPath()
138 LibClangPath += Path; in getClangResourcesPath()
148 ResourcesPath = driver::Driver::GetResourcesPath(LibClangPath); in getClangResourcesPath()
/llvm-project-15.0.7/clang-tools-extra/clangd/xpc/test-client/
H A DClangdXPCTestClient.cpp30 llvm::SmallString<128> LibClangPath; in getLibraryPath() local
31 LibClangPath = llvm::sys::path::parent_path( in getLibraryPath()
33 llvm::sys::path::append(LibClangPath, "lib", "ClangdXPC.framework", in getLibraryPath()
35 return std::string(LibClangPath.str()); in getLibraryPath()