Home | History | Annotate | Download | only in AST

Lines Matching refs:Cnt

4622   void setLoopData(unsigned NumLoop, Expr *Cnt);
5656 /// Fetches the map-type-modifier at 'Cnt' index of array of modifiers.
5658 /// \param Cnt index for map-type-modifier.
5659 OpenMPMapModifierKind getMapTypeModifier(unsigned Cnt) const LLVM_READONLY {
5660 assert(Cnt < NumberOfOMPMapClauseModifiers &&
5662 return MapTypeModifiers[Cnt];
5665 /// Fetches the map-type-modifier location at 'Cnt' index of array of
5668 /// \param Cnt index for map-type-modifier location.
5669 SourceLocation getMapTypeModifierLoc(unsigned Cnt) const LLVM_READONLY {
5670 assert(Cnt < NumberOfOMPMapClauseModifiers &&
5672 return MapTypeModifiersLoc[Cnt];
6567 /// Fetches the motion-modifier at 'Cnt' index of array of modifiers.
6569 /// \param Cnt index for motion-modifier.
6570 OpenMPMotionModifierKind getMotionModifier(unsigned Cnt) const LLVM_READONLY {
6571 assert(Cnt < NumberOfOMPMotionModifiers &&
6573 return MotionModifiers[Cnt];
6576 /// Fetches the motion-modifier location at 'Cnt' index of array of modifiers'
6579 /// \param Cnt index for motion-modifier location.
6580 SourceLocation getMotionModifierLoc(unsigned Cnt) const LLVM_READONLY {
6581 assert(Cnt < NumberOfOMPMotionModifiers &&
6583 return MotionModifiersLoc[Cnt];
6768 /// Fetches the motion-modifier at 'Cnt' index of array of modifiers.
6770 /// \param Cnt index for motion-modifier.
6771 OpenMPMotionModifierKind getMotionModifier(unsigned Cnt) const LLVM_READONLY {
6772 assert(Cnt < NumberOfOMPMotionModifiers &&
6774 return MotionModifiers[Cnt];
6777 /// Fetches the motion-modifier location at 'Cnt' index of array of modifiers'
6780 /// \param Cnt index for motion-modifier location.
6781 SourceLocation getMotionModifierLoc(unsigned Cnt) const LLVM_READONLY {
6782 assert(Cnt < NumberOfOMPMotionModifiers &&
6784 return MotionModifiersLoc[Cnt];