Lines Matching refs:isInstantiationDependent
4060 Simdlen->isInstantiationDependent() || in checkSimdlenSafelenValues()
4064 Safelen->isInstantiationDependent() || in checkSimdlenSafelenValues()
4339 E->isInstantiationDependent()) in ActOnOpenMPCriticalDirective()
4800 AtomicBody->isInstantiationDependent()) { in checkStatement()
4832 } else if (!AtomicBody->isInstantiationDependent()) { in checkStatement()
4956 if ((X->isInstantiationDependent() || X->getType()->isScalarType()) && in ActOnOpenMPAtomicDirective()
4957 (V->isInstantiationDependent() || V->getType()->isScalarType())) { in ActOnOpenMPAtomicDirective()
4966 } else if (!X->isInstantiationDependent() || in ActOnOpenMPAtomicDirective()
4967 !V->isInstantiationDependent()) { in ActOnOpenMPAtomicDirective()
4969 (X->isInstantiationDependent() || X->getType()->isScalarType()) in ActOnOpenMPAtomicDirective()
4978 } else if (!AtomicBody->isInstantiationDependent()) { in ActOnOpenMPAtomicDirective()
5018 if ((X->isInstantiationDependent() || X->getType()->isScalarType()) && in ActOnOpenMPAtomicDirective()
5019 (E->isInstantiationDependent() || E->getType()->isScalarType())) { in ActOnOpenMPAtomicDirective()
5027 } else if (!X->isInstantiationDependent() || in ActOnOpenMPAtomicDirective()
5028 !E->isInstantiationDependent()) { in ActOnOpenMPAtomicDirective()
5030 (X->isInstantiationDependent() || X->getType()->isScalarType()) in ActOnOpenMPAtomicDirective()
5039 } else if (!AtomicBody->isInstantiationDependent()) { in ActOnOpenMPAtomicDirective()
5117 } else if (!AtomicBody->isInstantiationDependent()) { in ActOnOpenMPAtomicDirective()
5227 !(FirstExpr->isInstantiationDependent() || in ActOnOpenMPAtomicDirective()
5228 SecondExpr->isInstantiationDependent())) { in ActOnOpenMPAtomicDirective()
5636 !Condition->isInstantiationDependent() && in ActOnOpenMPIfClause()
5656 !Condition->isInstantiationDependent() && in ActOnOpenMPFinalClause()
5716 !ValExpr->isInstantiationDependent()) { in IsNonNegativeIntegerValue()
5760 E->isInstantiationDependent() || E->containsUnexpandedParameterPack()) in VerifyPositiveIntegerConstantInClause()
6075 !ChunkSize->isInstantiationDependent() && in ActOnOpenMPScheduleClause()
7079 RefExpr->isInstantiationDependent() || in ActOnOpenMPReductionClause()
7591 !Step->isInstantiationDependent() && in ActOnOpenMPLinearClause()
8157 VE->isInstantiationDependent() || in ActOnOpenMPMapClause()