Home
last modified time | relevance | path

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

/external/clang/tools/driver/
Dcc1_main.cpp99 CompilerInvocation::GetResourcesPath(Argv0, MainAddr); in cc1_main()
/external/clang/include/clang/Frontend/
DCompilerInvocation.h150 static std::string GetResourcesPath(const char *Argv0, void *MainAddr);
/external/clang/examples/clang-interpreter/
Dmain.cpp159 CompilerInvocation::GetResourcesPath(argv[0], MainAddr); in main()
/external/clang/tools/arcmt-test/
Darcmt-test.cpp347 resourcesPath = CompilerInvocation::GetResourcesPath(argv[0], MainAddr); in main()
/external/clang/lib/Tooling/
DTooling.cpp357 CompilerInvocation::GetResourcesPath(Argv0, MainAddr)); in injectResourceDir()
/external/clang/lib/Frontend/
DCompilerInvocation.cpp1333 std::string CompilerInvocation::GetResourcesPath(const char *Argv0, in GetResourcesPath() function in CompilerInvocation