HomeSort by relevance Sort by last modified time
    Searched full:resourcespath (Results 1 - 3 of 3) sorted by null

  /external/clang/tools/libclang/
CIndexer.cpp 48 if (!ResourcesPath.empty())
49 return ResourcesPath;
85 ResourcesPath = LibClangPath.str();
86 return ResourcesPath;
CIndexer.h 42 std::string ResourcesPath;
  /external/clang/tools/arcmt-test/
arcmt-test.cpp 107 static bool checkForMigration(StringRef resourcesPath,
148 static bool performTransformations(StringRef resourcesPath,
151 if (checkForMigration(resourcesPath, Args))
347 resourcesPath = CompilerInvocation::GetResourcesPath(argv[0], MainAddr);
372 return checkForMigration(resourcesPath, Args);
374 return performTransformations(resourcesPath, Args);

Completed in 359 milliseconds