HomeSort by relevance Sort by last modified time
    Searched defs:IsExactMatch (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/ASTMatchers/Dynamic/
VariantValue.cpp 77 bool IsExactMatch;
78 if (Ops.canConstructFrom(Matchers[i], IsExactMatch)) {
81 assert(!IsExactMatch && "We should not have two exact matches.");
86 FoundIsExact = IsExactMatch;
  /external/lldb/source/Core/
ArchSpec.cpp 726 ArchSpec::IsExactMatch (const ArchSpec& rhs) const
    [all...]
  /external/clang/lib/Sema/
SemaLookup.cpp     [all...]

Completed in 1757 milliseconds