/llvm-project/lldb/include/lldb/Host/ |
H A D | OptionParser.h | 24 struct Option { struct 26 const OptionDefinition *definition; argument 44 llvm::StringRef optstring, const Option *longopts, argument
|
/llvm-project/clang/utils/TableGen/ |
H A D | ClangOptionDocEmitter.cpp | 27 Record *Option; global() member 43 hasFlag(const Record * Option,StringRef OptionFlag,StringRef FlagsField) hasFlag() argument 55 isOptionVisible(const Record * Option,const Record * DocInfo) isOptionVisible() argument 184 getNumArgsForKind(Record * OptionKind,const Record * Option) getNumArgsForKind() argument 211 canSphinxCopeWithOption(const Record * Option) canSphinxCopeWithOption() argument 242 emitOptionWithArgs(StringRef Prefix,const Record * Option,ArrayRef<StringRef> Args,raw_ostream & OS) emitOptionWithArgs() argument 258 emitOptionName(StringRef Prefix,const Record * Option,raw_ostream & OS) emitOptionName() argument 298 emitOptionNames(const Record * Option,raw_ostream & OS,bool EmittedAny) emitOptionNames() argument 309 forEachOptionName(const DocumentedOption & Option,const Record * DocInfo,Fn F) forEachOptionName() argument 319 emitOption(const DocumentedOption & Option,const Record * DocInfo,raw_ostream & OS) emitOption() argument 331 __anon3ac3a4060802(const Record *Option) emitOption() argument 353 __anon3ac3a4060a02(const Record *Option) emitOption() argument [all...] |
/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | CheckerRegistryData.cpp | 54 for (const CmdLineOption &Option : CmdLineOptions) { in dumpToStream() local 74 for (const CmdLineOption &Option : CmdLineOptions) { in dumpToStream() local 191 for (const CmdLineOption &Option : Checker.CmdLineOptions) { in printCheckerOptionList() local 197 for (const CmdLineOption &Option : Package.CmdLineOptions) { in printCheckerOptionList() local 212 const CmdLineOption &Option = Entry.second; in printCheckerOptionList() local
|
/llvm-project/compiler-rt/lib/gwp_asan/optional/ |
H A D | options_parser.cpp | 48 struct Option { struct in __anonbe4d66020111::OptionParser 49 const char *Name; 50 const char *Desc; 51 OptionType Type; 52 void *Var;
|
/llvm-project/llvm/include/llvm/Option/ |
H A D | OptSpecifier.h | 15 class Option; variable
|
/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | Yaml.h | 30 StringRef Option, StringRef ConfigFile) { in getConfiguration()
|
H A D | GenericTaintChecker.cpp | 510 parseConfig(const std::string & Option,TaintConfiguration::Sink && S,RulesContTy & Rules) const parseConfig() argument 518 parseConfig(const std::string & Option,TaintConfiguration::Filter && S,RulesContTy & Rules) const parseConfig() argument 526 parseConfig(const std::string & Option,TaintConfiguration::Propagation && P,RulesContTy & Rules) const parseConfig() argument 545 parseConfiguration(const std::string & Option,TaintConfiguration && Config) const parseConfiguration() argument 812 std::string Option{"Config"}; initTaintRules() local [all...] |
/llvm-project/clang-tools-extra/clang-tidy/utils/ |
H A D | OptionsUtils.cpp | 16 std::vector<StringRef> parseStringList(StringRef Option) { in parseStringList()
|
/llvm-project/clang/tools/libclang/ |
H A D | CXStoredDiagnostic.cpp | 54 StringRef Option = DiagnosticIDs::getWarningOptionForDiag(ID); getDiagnosticOption() local
|
/llvm-project/mlir/include/mlir/Pass/ |
H A D | Pass.h | 92 struct Option : public detail::PassOptions::Option<DataType, OptionParser> { struct 94 Option(Pass &parent, StringRef arg, Args &&...args) in Option() argument
|
H A D | PassOptions.h | 176 Option(PassOptions &parent, StringRef arg, Args &&...args) Option() function [all...] |
/llvm-project/llvm/lib/Option/ |
H A D | OptTable.cpp | 176 optionMatches(const OptTable::Info & In,StringRef Option) optionMatches() argument 188 suggestValueCompletions(StringRef Option,StringRef Arg) const suggestValueCompletions() argument 231 findNearest(StringRef Option,std::string & NearestString,Visibility VisibilityMask,unsigned MinimumLength,unsigned MaximumDistance) const findNearest() argument 242 findNearest(StringRef Option,std::string & NearestString,unsigned FlagsToInclude,unsigned FlagsToExclude,unsigned MinimumLength,unsigned MaximumDistance) const findNearest() argument 258 internalFindNearest(StringRef Option,std::string & NearestString,unsigned MinimumLength,unsigned MaximumDistance,std::function<bool (const Info &)> ExcludeOption) const internalFindNearest() argument 666 const std::string &Option = Opt.Name; PrintHelpOptionList() local [all...] |
H A D | Option.cpp | 26 Option::Option(const OptTable::Info *info, const OptTable *owner) Option() function in Option [all...] |
/llvm-project/clang/include/clang/Tooling/Refactoring/ |
H A D | RefactoringActionRulesInternal.h | 77 for (const auto &Option : Requirement.getRefactoringOptions()) in visitRefactoringOptionsImpl() local
|
/llvm-project/llvm/lib/MC/ |
H A D | MachObjectWriter.cpp | 460 for (const std::string &Option : Options) ComputeLinkerOptionsLoadCommandSize() local 476 for (const std::string &Option : Options) { writeLinkerOptionsLoadCommand() local 855 for (const auto &Option : Asm.getLinkerOptions()) { writeObject() local 1002 for (const auto &Option : Asm.getLinkerOptions()) writeObject() local
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | TargetPassConfig.cpp | 471 SET_OPTION(Option) getCGPassBuilderOption() argument 487 SET_BOOLEAN_OPTION(Option) getCGPassBuilderOption() argument 517 DISABLE_PASS(Option,Name) registerCodeGenCallback() argument [all...] |
/llvm-project/clang/lib/Format/ |
H A D | IntegerLiteralSeparatorFixer.cpp | 61 const auto &Option = Style.IntegerLiteralSeparator; in process() local
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | destructors.cpp | 459 struct Option { struct 460 virtual ~Option() {} in ~Option()
|
/llvm-project/clang/lib/StaticAnalyzer/Frontend/ |
H A D | CheckerRegistry.cpp | 341 static void insertAndValidate(StringRef FullName, const CmdLineOption &Option, in insertAndValidate() 391 const CmdLineOption &Option, in insertOptionToCollection()
|
/llvm-project/llvm/include/llvm/Support/ |
H A D | CommandLine.h | 97 class Option; variable 335 explicit Option(enum NumOccurrencesFlag OccurrencesFlag, in Option() function
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaStmtAttr.cpp | 99 auto SetHints = [&Option, &State](LoopHintAttr::OptionType O, in handleLoopHintAttr() local 484 LoopHintAttr::OptionType Option = LH->getOption(); CheckForIncompatibleAttributes() local [all...] |
/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | common.h | 208 enum class Option : u8 { global() enum
|
/llvm-project/clang/lib/Basic/Targets/ |
H A D | PPC.cpp | 494 __anon41b6b02a0102(StringRef Feature, StringRef Option) ppcUserFeaturesCheck() argument
|
/llvm-project/llvm/lib/MC/MCParser/ |
H A D | COFFMasmParser.cpp | 405 StringRef Option; in ParseDirectiveOption() local
|
/llvm-project/clang-tools-extra/pseudo/lib/ |
H A D | GLR.cpp |
|