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

/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/AST/
H A DType.h177 unsigned CommonCRV = L.getCVRQualifiers() & R.getCVRQualifiers(); local
178 Q.addCVRQualifiers(CommonCRV);
179 L.removeCVRQualifiers(CommonCRV);
180 R.removeCVRQualifiers(CommonCRV);

Completed in 125 milliseconds