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.h7920 Qualifiers OtherQuals = other.getQualifiers();
7921 return (MyQuals != OtherQuals && MyQuals.compatiblyIncludes(OtherQuals));
7929 Qualifiers OtherQuals = other.getQualifiers();
7933 OtherQuals.removeUnaligned();
7935 return getQualifiers().compatiblyIncludes(OtherQuals);
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp14926 Qualifiers OtherQuals = Other->getType().getQualifiers(); in DefineImplicitCopyAssignment() local
14930 OtherQuals = OtherRefType.getQualifiers(); in DefineImplicitCopyAssignment()
14978 CastBuilder From(OtherRef, Context.getQualifiedType(BaseType, OtherQuals), in DefineImplicitCopyAssignment()