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

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

Completed in 113 milliseconds