Searched refs:withCVRQualifiers (Results 1 - 6 of 6) sorted by last modified time

/external/clang/lib/Sema/
H A DSemaExpr.cpp5563 QualType ResultTy = CompositeTy.withCVRQualifiers(MergedCVRQual);
H A DSemaExprCXX.cpp773 S.Context.getRecordType(Record).withCVRQualifiers(CXXThisTypeQuals));
/external/clang/include/clang/AST/
H A DType.h722 QualType withCVRQualifiers(unsigned CVR) const { function in class:clang::QualType
/external/clang/lib/AST/
H A DExprConstant.cpp2833 .withCVRQualifiers(SubobjType.getCVRQualifiers()));
2837 .withCVRQualifiers(SubobjType.getCVRQualifiers()));
/external/clang/lib/CodeGen/
H A DCGExpr.cpp2456 E->getType().withCVRQualifiers(Base.getQuals().getCVRQualifiers());
2538 field->getType().withCVRQualifiers(base.getVRQualifiers());
H A DCGObjCRuntime.cpp143 IvarTy.withCVRQualifiers(CVRQualifiers),

Completed in 333 milliseconds