Home
last modified time | relevance | path

Searched refs:ModifiersLoc (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/AST/
H A DOpenMPClause.h1587 SourceLocation ModifiersLoc[NUM_MODIFIERS]; variable
1619 ModifiersLoc[FIRST] = Loc; in setFirstScheduleModifierLoc()
1624 ModifiersLoc[SECOND] = Loc; in setSecondScheduleModifierLoc()
1687 ModifiersLoc[FIRST] = M1Loc; in OMPScheduleClause()
1688 ModifiersLoc[SECOND] = M2Loc; in OMPScheduleClause()
1720 return ModifiersLoc[FIRST]; in getFirstScheduleModifierLoc()
1725 return ModifiersLoc[SECOND]; in getSecondScheduleModifierLoc()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOpenMP.cpp21726 SourceLocation ModifiersLoc[NumberOfOMPMapClauseModifiers]; in ActOnOpenMPMapClause() local
21739 ModifiersLoc[Count] = MapTypeModifiersLoc[I]; in ActOnOpenMPMapClause()
21753 MVLI.UDMapperList, Modifiers, ModifiersLoc, in ActOnOpenMPMapClause()
22738 SourceLocation ModifiersLoc[NumberOfOMPMotionModifiers]; in ActOnOpenMPToClause() local
22751 ModifiersLoc[Count] = MotionModifiersLoc[I]; in ActOnOpenMPToClause()
22763 MVLI.VarComponents, MVLI.UDMapperList, Modifiers, ModifiersLoc, in ActOnOpenMPToClause()
22775 SourceLocation ModifiersLoc[NumberOfOMPMotionModifiers]; in ActOnOpenMPFromClause() local
22788 ModifiersLoc[Count] = MotionModifiersLoc[I]; in ActOnOpenMPFromClause()
22800 MVLI.VarComponents, MVLI.UDMapperList, Modifiers, ModifiersLoc, in ActOnOpenMPFromClause()