Home
last modified time | relevance | path

Searched refs:getIncludeExcludeOptionFlagMasks (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/clang/include/clang/Driver/
H A DDriver.h735 std::pair<unsigned, unsigned> getIncludeExcludeOptionFlagMasks(bool IsClCompatMode) const;
/openbsd-src/gnu/llvm/clang/lib/Driver/
H A DDriver.cpp260 getIncludeExcludeOptionFlagMasks(IsClCompatMode); in ParseArgStrings()
1909 getIncludeExcludeOptionFlagMasks(IsCLMode()); in PrintHelp()
2470 getIncludeExcludeOptionFlagMasks(IsCLMode()); in DiagnoseInputExistence()
6355 Driver::getIncludeExcludeOptionFlagMasks(bool IsClCompatMode) const { in getIncludeExcludeOptionFlagMasks() function in Driver