Home
last modified time | relevance | path

Searched refs:OtherQuals (Results 1 – 4 of 4) 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/llvm-project/clang/include/clang/AST/
DType.h6564 Qualifiers OtherQuals = other.getQualifiers();
6565 return (MyQuals != OtherQuals && MyQuals.compatiblyIncludes(OtherQuals));
6573 Qualifiers OtherQuals = other.getQualifiers();
6577 OtherQuals.removeUnaligned();
6579 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()
/external/llvm-project/clang/lib/Sema/
DSemaDeclCXX.cpp14044 Qualifiers OtherQuals = Other->getType().getQualifiers(); in DefineImplicitCopyAssignment() local
14049 OtherQuals = OtherRefType.getQualifiers(); in DefineImplicitCopyAssignment()
14079 CastBuilder From(OtherRef, Context.getQualifiedType(BaseType, OtherQuals), in DefineImplicitCopyAssignment()