HomeSort by relevance Sort by last modified time
    Searched full:maxspecificity (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/ASTMatchers/Dynamic/
VariantValue.cpp 161 unsigned MaxSpecificity = 0;
166 MaxSpecificity = std::max(MaxSpecificity, ThisSpecificity);
170 *Specificity = MaxSpecificity;
171 return MaxSpecificity > 0;
367 unsigned MaxSpecificity = 0;
372 MaxSpecificity = std::max(MaxSpecificity, ThisSpecificity);
374 if (Specificity && MaxSpecificity > 0) {
375 *Specificity = MaxSpecificity;
    [all...]
Registry.cpp 504 unsigned MaxSpecificity = 0;
512 if (MaxSpecificity < Specificity)
513 MaxSpecificity = Specificity;
522 if (!RetKinds.empty() && MaxSpecificity > 0) {
563 Completions.emplace_back(TypedText, OS.str(), MaxSpecificity);

Completed in 323 milliseconds