Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DType.h7005 Qualifiers OtherQuals = other.getQualifiers();
7006 return (MyQuals != OtherQuals && MyQuals.compatiblyIncludes(OtherQuals));
7014 Qualifiers OtherQuals = other.getQualifiers();
7018 OtherQuals.removeUnaligned();
7020 return getQualifiers().compatiblyIncludes(OtherQuals);
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp15052 Qualifiers OtherQuals = Other->getType().getQualifiers(); in DefineImplicitCopyAssignment() local
15056 OtherQuals = OtherRefType.getQualifiers(); in DefineImplicitCopyAssignment()
15104 CastBuilder From(OtherRef, Context.getQualifiedType(BaseType, OtherQuals), in DefineImplicitCopyAssignment()