OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsCLMode
(Results
1 - 3
of
3
) sorted by null
/external/clang/include/clang/Driver/
Driver.h
135
bool
IsCLMode
() const { return Mode == CLMode; }
/external/clang/lib/Driver/
Driver.cpp
337
if (
IsCLMode
()) {
[
all
...]
Tools.cpp
70
<< (D.
IsCLMode
() ? "/E, /P or /EP" : "-E");
[
all
...]
Completed in 26 milliseconds