Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DCIndexer.cpp48 if (!ResourcesPath.empty()) in getClangResourcesPath()
49 return ResourcesPath; in getClangResourcesPath()
85 ResourcesPath = LibClangPath.str(); in getClangResourcesPath()
86 return ResourcesPath; in getClangResourcesPath()
DCIndexer.h43 std::string ResourcesPath; variable
/external/llvm-project/clang/tools/libclang/
DCIndexer.cpp101 if (!ResourcesPath.empty()) in getClangResourcesPath()
102 return ResourcesPath; in getClangResourcesPath()
138 ResourcesPath = driver::Driver::GetResourcesPath(LibClangPath); in getClangResourcesPath()
139 return ResourcesPath; in getClangResourcesPath()
DCIndexer.h39 std::string ResourcesPath; variable