Home
last modified time | relevance | path

Searched refs:LastOption (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Driver/
H A DOptions.h49 LastOption enumerator
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DCompileCommands.cpp456 DriverID PrevAlias[DriverID::LastOption] = {DriverID::OPT_INVALID}; in rulesFor()
457 DriverID NextAlias[DriverID::LastOption] = {DriverID::OPT_INVALID}; in rulesFor()
467 const char *const *Prefixes[DriverID::LastOption] = {nullptr}; in rulesFor()
494 for (unsigned ID = 1 /*Skip INVALID */; ID < DriverID::LastOption; ++ID) { in rulesFor()
/llvm-project-15.0.7/llvm/unittests/Option/
H A DOptionParsingTest.cpp24 LastOption enumerator
/llvm-project-15.0.7/clang/tools/clang-linker-wrapper/
H A DClangLinkerWrapper.cpp134 LastOption enumerator