Searched defs:OptTable (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Driver/
H A DOptTable.cpp1 //===--- OptTable.cpp - Option Table Implementation -----------------------===//
10 #include "clang/Driver/OptTable.h"
50 static inline bool operator<(const OptTable::Info &A, const OptTable::Info &B) {
65 static inline bool operator<(const OptTable::Info &I, const char *Name) {
68 static inline bool operator<(const char *Name, const OptTable::Info &I) {
80 OptTable::OptTable(const Info *_OptionInfos, unsigned _NumOptionInfos) function in class:OptTable
126 OptTable::~OptTable() {
[all...]
/external/clang/include/clang/Driver/
H A DOptTable.h1 //===--- OptTable.h - Option Table ------------------------------*- C++ -*-===//
37 /// OptTable - Provide access to the Option info table.
39 /// The OptTable class provides a layer of indirection which allows Option
41 /// be needed at runtime; the OptTable class maintains enough information to
44 class OptTable { class in namespace:clang::driver
86 OptTable(const Info *_OptionInfos, unsigned _NumOptionInfos);
88 ~OptTable();

Completed in 86 milliseconds