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()) { }
63
StringRef
SysRoot
) {
64
PP.addPPCallbacks(new DependencyGraphCallback(&PP, OutputFile,
SysRoot
));
116
if (FileName.startswith(
SysRoot
))
117
FileName = FileName.substr(
SysRoot
.size());
/external/clang/include/clang/Driver/
Driver.h
94
///
sysroot
, if present
95
std::string
SysRoot
;
/external/clang/lib/Driver/
ToolChains.cpp
436
// Xcode tools to define the default
sysroot
, by making it the default for
613
// Check in the
sysroot
first.
[
all
...]
Completed in 62 milliseconds