Searched refs:getOptionName (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/contrib/llvm/tools/clang/utils/TableGen/
H A DOptParserEmitter.cpp84 static const std::string getOptionName(const Record &R) { function
177 OS << ", "<< getOptionName(R);
185 OS << getOptionName(*DI->getDef());
221 OS << ", "<< getOptionName(R);
229 OS << getOptionName(*DI->getDef());
236 OS << getOptionName(*DI->getDef());
/freebsd-10.0-release/contrib/llvm/utils/TableGen/
H A DOptParserEmitter.cpp84 static const std::string getOptionName(const Record &R) { function
168 OS << ", "<< getOptionName(R);
176 OS << getOptionName(*DI->getDef());
212 OS << ", "<< getOptionName(R);
220 OS << getOptionName(*DI->getDef());
227 OS << getOptionName(*DI->getDef());
/freebsd-10.0-release/contrib/llvm/include/llvm/Option/
H A DOptTable.h88 const char *getOptionName(OptSpecifier id) const { function in class:llvm::opt::OptTable
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Driver/
H A DOptTable.h88 const char *getOptionName(OptSpecifier id) const { function in class:clang::driver::OptTable

Completed in 58 milliseconds