Searched defs:otherQuals (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/AST/
H A DType.h4805 Qualifiers otherQuals = other.getQualifiers(); local
4806 return (myQuals != otherQuals && myQuals.compatiblyIncludes(otherQuals));

Completed in 174 milliseconds