Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h1651 SourceLocation ModifiersLoc[NUM_MODIFIERS]; variable
1683 ModifiersLoc[FIRST] = Loc; in setFirstScheduleModifierLoc()
1688 ModifiersLoc[SECOND] = Loc; in setSecondScheduleModifierLoc()
1751 ModifiersLoc[FIRST] = M1Loc; in OMPScheduleClause()
1752 ModifiersLoc[SECOND] = M2Loc; in OMPScheduleClause()
1784 return ModifiersLoc[FIRST]; in getFirstScheduleModifierLoc()
1789 return ModifiersLoc[SECOND]; in getSecondScheduleModifierLoc()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp22427 SourceLocation ModifiersLoc[NumberOfOMPMapClauseModifiers]; in ActOnOpenMPMapClause() local
22445 ModifiersLoc[Count] = MapTypeModifiersLoc[I]; in ActOnOpenMPMapClause()
22460 ModifiersLoc, MapperIdScopeSpec.getWithLocInContext(Context), MapperId, in ActOnOpenMPMapClause()
23542 SourceLocation ModifiersLoc[NumberOfOMPMotionModifiers]; in ActOnOpenMPToClause() local
23555 ModifiersLoc[Count] = MotionModifiersLoc[I]; in ActOnOpenMPToClause()
23567 MVLI.VarComponents, MVLI.UDMapperList, Modifiers, ModifiersLoc, in ActOnOpenMPToClause()
23579 SourceLocation ModifiersLoc[NumberOfOMPMotionModifiers]; in ActOnOpenMPFromClause() local
23592 ModifiersLoc[Count] = MotionModifiersLoc[I]; in ActOnOpenMPFromClause()
23604 MVLI.VarComponents, MVLI.UDMapperList, Modifiers, ModifiersLoc, in ActOnOpenMPFromClause()