OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
40
std::string
ResourcesPath
;
/external/clang/tools/arcmt-test/
arcmt-test.cpp
106
static bool checkForMigration(StringRef
resourcesPath
,
148
static bool performTransformations(StringRef
resourcesPath
,
151
if (checkForMigration(
resourcesPath
, Args))
350
resourcesPath
= CompilerInvocation::GetResourcesPath(argv[0], MainAddr);
375
return checkForMigration(
resourcesPath
, Args);
377
return performTransformations(
resourcesPath
, Args);
Completed in 93 milliseconds