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

  /external/clang/unittests/Tooling/
TestVisitor.h 164 bool PartiallyMatches(StringRef Name, FullSourceLoc const &Location) const {
193 } else if (!Found && Candidate.PartiallyMatches(Name, Location)) {
  /external/clang/lib/Analysis/
ThreadSafety.cpp 616 bool partiallyMatches(const SExpr &Other) const {
900 if (Exp.partiallyMatches(M)) return &FM[*I];
    [all...]

Completed in 432 milliseconds