clang API Documentation


Go to the source code of this file.
Classes | |
| class | clang::driver::OptTable |
| struct | clang::driver::OptTable::Info |
| Info - Entry for a single option instance in the option data table. More... | |
Namespaces | |
| namespace | clang |
| namespace | clang::driver |
| namespace | clang::driver::options |
Enumerations | |
| enum | clang::driver::options::DriverFlag { clang::driver::options::DriverOption = (1 << 0), clang::driver::options::HelpHidden = (1 << 1), clang::driver::options::LinkerInput = (1 << 2), clang::driver::options::NoArgumentUnused = (1 << 3), clang::driver::options::NoForward = (1 << 4), clang::driver::options::RenderAsInput = (1 << 5), clang::driver::options::RenderJoined = (1 << 6), clang::driver::options::RenderSeparate = (1 << 7), clang::driver::options::Unsupported = (1 << 8) } |