HomeSort by: relevance | last modified time | path
    Searched defs:Rules (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/
RefactoringActions.cpp 28 // rules.
37 /// Returns a set of refactoring actions rules that are defined by this
40 RefactoringActionRules Rules;
41 Rules.push_back(createRefactoringActionRule<ExtractFunction>(
44 return Rules;
73 // rules.
82 /// Returns a set of refactoring actions rules that are defined by this
85 RefactoringActionRules Rules;
86 Rules.push_back(createRefactoringActionRule<RenameOccurrences>(
89 Rules.push_back(createRefactoringActionRule<QualifiedRenameRule>
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
SarifDiagnostics.cpp 341 json::Array Rules;
348 RuleMapping[RuleID] = Rules.size(); // Maps RuleID to an Array Index.
349 Rules.push_back(createRule(*D));
353 return Rules;
363 {"rules", createRules(Diags, RuleMapping)}}}};
  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
GICombinerEmitter.cpp 50 cl::desc("Stop processing after parsing rules and dump state"),
132 /// ID's are used for debugging and run-time disabling of rules among other
389 PrintError(TheDef.getLoc(), "Combine rules must have at least one root");
576 // (because the factoring the common portions of rules might change the
596 std::vector<std::unique_ptr<CombineRule>> Rules;
614 /// Emit the name matcher (guarded by #ifndef NDEBUG) used to disable rules in
629 Cases.reserve(Rules.size());
631 for (const CombineRule &EnumeratedRule : make_pointee_range(Rules)) {
693 // For now, don't support multi-root rules. We'll come back to this later
707 if (R->isValueUnset("Rules")) {
    [all...]
  /src/external/apache2/llvm/dist/clang/utils/TableGen/
ClangAttrEmitter.cpp 1729 // overrides the rules options.
1737 // Abstract rules are used only for sub-rules
1786 std::vector<AttributeSubjectMatchRule> Rules;
1789 std::vector<AttributeSubjectMatchRule> Rules;
1791 RuleOrAggregateRuleSet(ArrayRef<AttributeSubjectMatchRule> Rules,
1793 : Rules(Rules), IsRule(IsRule) {}
1800 return Rules[0];
1804 return Rules;
    [all...]

Completed in 31 milliseconds