Home
last modified time | relevance | path

Searched defs:IsCLMode (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/Driver/
DDriver.h164 bool IsCLMode() const { return Mode == CLMode; } in IsCLMode() function
/external/llvm-project/clang/include/clang/Driver/
DDriver.h182 bool IsCLMode() const { return Mode == CLMode; } in IsCLMode() function