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

/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/AST/
H A DType.h4776 Qualifiers otherQuals = other.getQualifiers(); local
4777 return (myQuals != otherQuals && myQuals.compatiblyIncludes(otherQuals));

Completed in 60 milliseconds