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

/external/clang/include/clang/AST/
H A DType.h406 bool compatiblyIncludes(Qualifiers other) const { function in class:clang::Qualifiers
4806 return (myQuals != otherQuals && myQuals.compatiblyIncludes(otherQuals));
4814 return getQualifiers().compatiblyIncludes(other.getQualifiers());

Completed in 188 milliseconds