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

  /src/external/apache2/llvm/dist/clang/tools/clang-refactor/
ClangRefactor.cpp 346 : SelectedSubcommand(nullptr), MatchingRule(nullptr),
381 MatchingRule = *Rule;
392 assert(SelectedSubcommand && MatchingRule && Consumer);
399 bool HasSelection = MatchingRule->hasSelectionRequirement();
409 MatchingRule->invoke(*ActiveConsumer, Context);
602 RefactoringActionRule *MatchingRule;
  /src/external/bsd/openldap/dist/servers/slapd/
slap.h 348 typedef struct MatchingRule MatchingRule;
484 MatchingRule *mr,
494 MatchingRule *mr,
503 MatchingRule *mr,
514 MatchingRule *mr,
520 struct MatchingRule {
637 MatchingRule *smr_associated;
642 LDAP_SLIST_ENTRY(MatchingRule) smr_next;
654 MatchingRule *smru_mr
    [all...]

Completed in 28 milliseconds