Home
last modified time | relevance | path

Searched defs:Option (Results 1 – 25 of 59) sorted by relevance

123

/llvm-project/lldb/include/lldb/Host/
H A DOptionParser.h24 struct Option { struct
26 const OptionDefinition *definition; argument
44 llvm::StringRef optstring, const Option *longopts, argument
/llvm-project/clang/utils/TableGen/
H A DClangOptionDocEmitter.cpp27 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 DCheckerRegistryData.cpp54 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 Doptions_parser.cpp48 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 DOptSpecifier.h15 class Option; variable
/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DYaml.h30 StringRef Option, StringRef ConfigFile) { in getConfiguration()
H A DGenericTaintChecker.cpp510 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 DOptionsUtils.cpp16 std::vector<StringRef> parseStringList(StringRef Option) { in parseStringList()
/llvm-project/clang/tools/libclang/
H A DCXStoredDiagnostic.cpp54 StringRef Option = DiagnosticIDs::getWarningOptionForDiag(ID); getDiagnosticOption() local
/llvm-project/mlir/include/mlir/Pass/
H A DPass.h92 struct Option : public detail::PassOptions::Option<DataType, OptionParser> { struct
94 Option(Pass &parent, StringRef arg, Args &&...args) in Option() argument
H A DPassOptions.h176 Option(PassOptions &parent, StringRef arg, Args &&...args) Option() function
[all...]
/llvm-project/llvm/lib/Option/
H A DOptTable.cpp176 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 DOption.cpp26 Option::Option(const OptTable::Info *info, const OptTable *owner) Option() function in Option
[all...]
/llvm-project/clang/include/clang/Tooling/Refactoring/
H A DRefactoringActionRulesInternal.h77 for (const auto &Option : Requirement.getRefactoringOptions()) in visitRefactoringOptionsImpl() local
/llvm-project/llvm/lib/MC/
H A DMachObjectWriter.cpp460 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 DTargetPassConfig.cpp471 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 DIntegerLiteralSeparatorFixer.cpp61 const auto &Option = Style.IntegerLiteralSeparator; in process() local
/llvm-project/clang/test/CodeGenCXX/
H A Ddestructors.cpp459 struct Option { struct
460 virtual ~Option() {} in ~Option()
/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DCheckerRegistry.cpp341 static void insertAndValidate(StringRef FullName, const CmdLineOption &Option, in insertAndValidate()
391 const CmdLineOption &Option, in insertOptionToCollection()
/llvm-project/llvm/include/llvm/Support/
H A DCommandLine.h97 class Option; variable
335 explicit Option(enum NumOccurrencesFlag OccurrencesFlag, in Option() function
/llvm-project/clang/lib/Sema/
H A DSemaStmtAttr.cpp99 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 Dcommon.h208 enum class Option : u8 { global() enum
/llvm-project/clang/lib/Basic/Targets/
H A DPPC.cpp494 __anon41b6b02a0102(StringRef Feature, StringRef Option) ppcUserFeaturesCheck() argument
/llvm-project/llvm/lib/MC/MCParser/
H A DCOFFMasmParser.cpp405 StringRef Option; in ParseDirectiveOption() local
/llvm-project/clang-tools-extra/pseudo/lib/
H A DGLR.cpp

123