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

  /external/clang/lib/ASTMatchers/Dynamic/
VariantValue.cpp 54 bool &IsExactMatch) const {
55 IsExactMatch = Matcher.getSupportedKind().isSame(NodeKind);
140 bool IsExactMatch;
141 if (Ops.canConstructFrom(Matchers[i], IsExactMatch)) {
144 assert(!IsExactMatch && "We should not have two exact matches.");
149 FoundIsExact = IsExactMatch;
  /external/clang/include/clang/ASTMatchers/Dynamic/
VariantValue.h 99 bool &IsExactMatch) const;
  /external/clang/lib/Sema/
SemaLookup.cpp     [all...]

Completed in 68 milliseconds