Home
last modified time | relevance | path

Searched refs:OtherQuals (Results 1 – 2 of 2) sorted by relevance

/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DType.h6596 Qualifiers OtherQuals = other.getQualifiers();
6597 return (MyQuals != OtherQuals && MyQuals.compatiblyIncludes(OtherQuals));
6605 Qualifiers OtherQuals = other.getQualifiers();
6609 OtherQuals.removeUnaligned();
6611 return getQualifiers().compatiblyIncludes(OtherQuals);
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclCXX.cpp14110 Qualifiers OtherQuals = Other->getType().getQualifiers(); in DefineImplicitCopyAssignment() local
14115 OtherQuals = OtherRefType.getQualifiers(); in DefineImplicitCopyAssignment()
14145 CastBuilder From(OtherRef, Context.getQualifiedType(BaseType, OtherQuals), in DefineImplicitCopyAssignment()