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

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

Completed in 60 milliseconds