OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ShouldUseClangCompiler
(Results
1 - 3
of
3
) sorted by null
/external/clang/include/clang/Driver/
Driver.h
420
///
ShouldUseClangCompiler
- Should the clang compiler be used to
422
bool
ShouldUseClangCompiler
(const JobAction &JA) const;
/external/clang/lib/Driver/
ToolChain.cpp
327
if (getDriver().
ShouldUseClangCompiler
(JA)) return getClang();
Driver.cpp
[
all
...]
Completed in 512 milliseconds