Searched refs:ModifiersLoc (Results 1 – 2 of 2) sorted by relevance
| /src/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | OpenMPClause.h | 1651 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()
|
| /src/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 21249 SourceLocation ModifiersLoc[NumberOfOMPMapClauseModifiers]; in ActOnOpenMPMapClause() local 21267 ModifiersLoc[Count] = MapTypeModifiersLoc[I]; in ActOnOpenMPMapClause() 21282 ModifiersLoc, MapperIdScopeSpec.getWithLocInContext(getASTContext()), in ActOnOpenMPMapClause() 22385 SourceLocation ModifiersLoc[NumberOfOMPMotionModifiers]; in ActOnOpenMPToClause() local 22398 ModifiersLoc[Count] = MotionModifiersLoc[I]; in ActOnOpenMPToClause() 22410 MVLI.VarComponents, MVLI.UDMapperList, Modifiers, ModifiersLoc, in ActOnOpenMPToClause() 22422 SourceLocation ModifiersLoc[NumberOfOMPMotionModifiers]; in ActOnOpenMPFromClause() local 22435 ModifiersLoc[Count] = MotionModifiersLoc[I]; in ActOnOpenMPFromClause() 22447 MVLI.VarComponents, MVLI.UDMapperList, Modifiers, ModifiersLoc, in ActOnOpenMPFromClause()
|