Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DType.h5408 Qualifiers OtherQuals = other.getQualifiers();
5409 return (MyQuals != OtherQuals && MyQuals.compatiblyIncludes(OtherQuals));
5417 Qualifiers OtherQuals = other.getQualifiers();
5421 OtherQuals.removeUnaligned();
5423 return getQualifiers().compatiblyIncludes(OtherQuals);
/external/clang/lib/Sema/
DSemaDeclCXX.cpp10315 Qualifiers OtherQuals = Other->getType().getQualifiers(); in DefineImplicitCopyAssignment() local
10320 OtherQuals = OtherRefType.getQualifiers(); in DefineImplicitCopyAssignment()
10350 CastBuilder From(OtherRef, Context.getQualifiedType(BaseType, OtherQuals), in DefineImplicitCopyAssignment()