Searched refs:ParamQuals (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp1027 Qualifiers ParamQuals = Param.getQualifiers(); local
1029 if (ParamQuals.isStrictSupersetOf(ArgQuals))
1031 else if (ArgQuals.isStrictSupersetOf(ParamQuals))
1033 else if (ArgQuals.getObjCLifetime() != ParamQuals.getObjCLifetime() &&
1035 == ParamQuals.withoutObjCLifetime()) {
1038 ParamQuals.getObjCLifetime())
1040 else if (ParamQuals.getObjCLifetime() == Qualifiers::OCL_ExplicitNone &&
H A DSemaTemplate.cpp4295 unsigned ParamQuals = ParamRef->getPointeeType().getCVRQualifiers(); local
4298 if ((ParamQuals | ArgQuals) != ParamQuals) {

Completed in 1817 milliseconds