Searched refs:KLoc (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseOpenMP.cpp | 3779 SmallVector<SourceLocation, 4> KLoc; in ParseOpenMPSingleExprWithArgClause() local 3783 KLoc.resize(NumberOfElements); in ParseOpenMPSingleExprWithArgClause() 3792 KLoc[Modifier1] = Tok.getLocation(); in ParseOpenMPSingleExprWithArgClause() 3804 KLoc[Modifier2] = Tok.getLocation(); in ParseOpenMPSingleExprWithArgClause() 3818 KLoc[ScheduleKind] = Tok.getLocation(); in ParseOpenMPSingleExprWithArgClause() 3830 KLoc.push_back(Tok.getLocation()); in ParseOpenMPSingleExprWithArgClause() 3845 KLoc.push_back(Tok.getLocation()); in ParseOpenMPSingleExprWithArgClause() 3858 KLoc.push_back(Tok.getLocation()); in ParseOpenMPSingleExprWithArgClause() 3864 KLoc.push_back(SourceLocation()); in ParseOpenMPSingleExprWithArgClause() 3869 KLoc.resize(NumberOfElements); in ParseOpenMPSingleExprWithArgClause() [all …]
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | OpenMPClause.h | 1028 void setDefaultKindKwLoc(SourceLocation KLoc) { KindKwLoc = KLoc; } in setDefaultKindKwLoc() argument 1109 void setProcBindKindKwLoc(SourceLocation KLoc) { KindKwLoc = KLoc; } in setProcBindKindKwLoc() argument 1346 void setAtomicDefaultMemOrderKindKwLoc(SourceLocation KLoc) { in setAtomicDefaultMemOrderKindKwLoc() argument 1347 KindKwLoc = KLoc; in setAtomicDefaultMemOrderKindKwLoc() 1432 void setAtKindKwLoc(SourceLocation KLoc) { KindKwLoc = KLoc; } in setAtKindKwLoc() argument 1511 void setSeverityKindKwLoc(SourceLocation KLoc) { KindKwLoc = KLoc; } in setSeverityKindKwLoc() argument 1711 void setScheduleKindLoc(SourceLocation KLoc) { KindLoc = KLoc; } in setScheduleKindLoc() argument 1740 SourceLocation KLoc, SourceLocation CommaLoc, in OMPScheduleClause() argument 1747 KindLoc(KLoc), CommaLoc(CommaLoc), ChunkSize(ChunkSize) { in OMPScheduleClause() 6678 void setDistScheduleKindLoc(SourceLocation KLoc) { KindLoc = KLoc; } in setDistScheduleKindLoc() argument [all …]
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | OpenMPClause.cpp | 1669 SourceLocation KLoc, SourceLocation StartLoc, in Create() argument 1671 return new (C) OMPBindClause(K, KLoc, StartLoc, LParenLoc, EndLoc); in Create()
|