Searched refs:DeclarationType (Results 1 – 2 of 2) sorted by relevance
370 QualType DeclarationType = VDecl->getType(); in isAliasDecl() local371 if (!DeclarationType.isNull() && DeclarationType->isReferenceType()) in isAliasDecl()372 DeclarationType = DeclarationType.getNonReferenceType(); in isAliasDecl()374 if (InitType.isNull() || DeclarationType.isNull() || in isAliasDecl()375 !Context->hasSameUnqualifiedType(DeclarationType, InitType)) in isAliasDecl()
1464 enum DeclarationType enum in glcts::MRTCaseGroup::MRTCase1470 MRTCase(deqp::Context& context, glu::GLSLVersion glslVersion, DeclarationType declType) in MRTCase()1482 DeclarationType m_declarationType;