Home
last modified time | relevance | path

Searched refs:ResourcesPath (Results 1 – 2 of 2) 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