Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Driver/
H A DDriver.h557 std::pair<unsigned, unsigned> getIncludeExcludeOptionFlagMasks(bool IsClCompatMode) const;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/
H A DDriver.cpp178 getIncludeExcludeOptionFlagMasks(IsClCompatMode); in ParseArgStrings()
1490 getIncludeExcludeOptionFlagMasks(IsCLMode()); in PrintHelp()
4753 std::pair<unsigned, unsigned> Driver::getIncludeExcludeOptionFlagMasks(bool IsClCompatMode) const { in getIncludeExcludeOptionFlagMasks() function in Driver