Searched defs:FrontendOptions (Results 1 – 3 of 3) sorted by relevance
219 struct FrontendOptions { struct220 FrontendOptions() in FrontendOptions() argument225 unsigned showHelp : 1;228 unsigned showVersion : 1;234 unsigned showColors : 1;242 struct GetDefinitionVals {247 GetDefinitionVals getDefVals;253 std::string outputFile;263 int fixedFormColumns = 72;267 InputKind dashX;[all …]
41 class FrontendOptions; variable
506 FrontendOptions() in FrontendOptions() function