Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DCIndexer.cpp51 SmallString<128> LibClangPath; in getClangResourcesPath() local
71 LibClangPath += llvm::sys::path::parent_path(path); in getClangResourcesPath()
79 LibClangPath += llvm::sys::path::parent_path(info.dli_fname); in getClangResourcesPath()
82 llvm::sys::path::append(LibClangPath, "clang", CLANG_VERSION_STRING); in getClangResourcesPath()
85 ResourcesPath = LibClangPath.str(); in getClangResourcesPath()