HomeSort by relevance Sort by last modified time
    Searched defs:OptTable (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Driver/
OptTable.cpp 1 //===--- 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)
126 OptTable::~OptTable() {
    [all...]
  /external/clang/include/clang/Driver/
OptTable.h 1 //===--- 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 {
86 OptTable(const Info *_OptionInfos, unsigned _NumOptionInfos);
88 ~OptTable();

Completed in 39 milliseconds