OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DefaultToolChain
(Results
1 - 2
of
2
) sorted by null
/external/clang/include/clang/Driver/
Compilation.h
33
const ToolChain &
DefaultToolChain
;
63
Compilation(const Driver &D, const ToolChain &
DefaultToolChain
,
69
const ToolChain &getDefaultToolChain() const { return
DefaultToolChain
; }
/external/clang/lib/Driver/
Compilation.cpp
30
: TheDriver(D),
DefaultToolChain
(_DefaultToolChain), Args(_Args),
61
TC = &
DefaultToolChain
;
Completed in 308 milliseconds