HomeSort by: relevance | last modified time | path
    Searched refs:OptionType (Results 1 - 12 of 12) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Tooling/Refactoring/
RefactoringOption.h 53 template <typename OptionType>
54 std::shared_ptr<OptionType> createRefactoringOption() {
55 static_assert(std::is_base_of<RefactoringOption, OptionType>::value,
57 return std::make_shared<OptionType>();
RefactoringActionRuleRequirements.h 91 /// A requirement that evaluates to the value of the given \c OptionType when
92 /// the \c OptionType is a required option. When the \c OptionType is an
95 template <typename OptionType>
98 OptionRequirement() : Opt(createRefactoringOption<OptionType>()) {}
105 Expected<typename OptionType::ValueType>
107 return static_cast<OptionType *>(Opt.get())->getValue();
  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/
CheckerRegistryData.h 45 StringRef OptionType;
52 CmdLineOption(StringRef OptionType, StringRef OptionName,
55 : OptionType(OptionType), OptionName(OptionName),
59 assert((OptionType == "bool" || OptionType == "string" ||
60 OptionType == "int") &&
63 assert((OptionType != "bool" ||
69 assert((OptionType != "int" || !DefaultValStr.getAsInteger(0, Tmp)) &&
  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Frontend/
CheckerRegistry.h 154 void addCheckerOption(StringRef OptionType, StringRef CheckerFullName,
171 void addPackageOption(StringRef OptionType, StringRef PackageFullName,
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Frontend/
CheckerRegistry.cpp 363 if (Option.OptionType == "bool") {
375 if (Option.OptionType == "int") {
423 void CheckerRegistry::addPackageOption(StringRef OptionType,
431 PackageFullName, CmdLineOption{OptionType, OptionName, DefaultValStr,
450 void CheckerRegistry::addCheckerOption(StringRef OptionType,
458 CheckerFullName, CmdLineOption{OptionType, OptionName, DefaultValStr,
  /src/external/mpl/bind/dist/bin/tests/system/glue/
tests_glue.py 107 options=[dns.edns.GenericOption(dns.edns.OptionType.COOKIE, b"0xda13cc")],
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
CheckerRegistryData.cpp 29 Out << OptionName << " (" << OptionType << ", "
216 ("(" + Option.OptionType + ") " + Option.Description + " (default: " +
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaStmtAttr.cpp 93 LoopHintAttr::OptionType Option;
96 auto SetHints = [&Option, &State](LoopHintAttr::OptionType O,
122 Option = llvm::StringSwitch<LoopHintAttr::OptionType>(
275 LoopHintAttr::OptionType Option = LH->getOption();
  /src/external/mpl/bind/dist/bin/tests/system/resend_loop/ans3/
ans.py 30 if o.otype == dns.edns.OptionType.COOKIE:
  /src/external/mpl/bind/dist/bin/tests/system/cookie/
cookie_ans.py 45 if o.otype == dns.edns.OptionType.COOKIE:
  /src/external/mpl/bind/dist/bin/tests/system/isctest/
check.py 86 if option.otype == dns.edns.OptionType.EDE
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGLoopInfo.cpp 611 LoopHintAttr::OptionType Option = LoopHintAttr::Unroll;

Completed in 25 milliseconds