OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SysRoot
(Results
1 - 3
of
3
) sorted by null
/external/clang/lib/Frontend/
DependencyGraph.cpp
32
std::string
SysRoot
;
46
StringRef
SysRoot
)
47
: PP(_PP), OutputFile(OutputFile.str()),
SysRoot
(
SysRoot
.str()) { }
67
StringRef
SysRoot
) {
68
PP.addPPCallbacks(new DependencyGraphCallback(&PP, OutputFile,
SysRoot
));
120
if (FileName.startswith(
SysRoot
))
121
FileName = FileName.substr(
SysRoot
.size());
/external/clang/include/clang/Driver/
Driver.h
92
///
sysroot
, if present
93
std::string
SysRoot
;
/external/clang/lib/Driver/
ToolChains.cpp
371
// Xcode tools to define the default
sysroot
, by making it the default for
535
// Check in the
sysroot
first.
[
all
...]
Completed in 194 milliseconds