Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp22012 SourceLocation ModifiersLoc[NumberOfOMPMapClauseModifiers]; in ActOnOpenMPMapClause() local
22030 ModifiersLoc[Count] = MapTypeModifiersLoc[I]; in ActOnOpenMPMapClause()
22045 ModifiersLoc, MapperIdScopeSpec.getWithLocInContext(Context), MapperId, in ActOnOpenMPMapClause()
23065 SourceLocation ModifiersLoc[NumberOfOMPMotionModifiers]; in ActOnOpenMPToClause() local
23078 ModifiersLoc[Count] = MotionModifiersLoc[I]; in ActOnOpenMPToClause()
23090 MVLI.VarComponents, MVLI.UDMapperList, Modifiers, ModifiersLoc, in ActOnOpenMPToClause()
23102 SourceLocation ModifiersLoc[NumberOfOMPMotionModifiers]; in ActOnOpenMPFromClause() local
23115 ModifiersLoc[Count] = MotionModifiersLoc[I]; in ActOnOpenMPFromClause()
23127 MVLI.VarComponents, MVLI.UDMapperList, Modifiers, ModifiersLoc, in ActOnOpenMPFromClause()