Home
last modified time | relevance | path

Searched defs:KLoc (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h1028 void setDefaultKindKwLoc(SourceLocation KLoc) { KindKwLoc = KLoc; } in setDefaultKindKwLoc()
1109 void setProcBindKindKwLoc(SourceLocation KLoc) { KindKwLoc = KLoc; } in setProcBindKindKwLoc()
1346 void setAtomicDefaultMemOrderKindKwLoc(SourceLocation KLoc) { in setAtomicDefaultMemOrderKindKwLoc()
1432 void setAtKindKwLoc(SourceLocation KLoc) { KindKwLoc = KLoc; } in setAtKindKwLoc()
1511 void setSeverityKindKwLoc(SourceLocation KLoc) { KindKwLoc = KLoc; } in setSeverityKindKwLoc()
1711 void setScheduleKindLoc(SourceLocation KLoc) { KindLoc = KLoc; } in setScheduleKindLoc()
1740 SourceLocation KLoc, SourceLocation CommaLoc, in OMPScheduleClause()
6678 void setDistScheduleKindLoc(SourceLocation KLoc) { KindLoc = KLoc; } in setDistScheduleKindLoc()
6703 SourceLocation KLoc, SourceLocation CommaLoc, in OMPDistScheduleClause()
6809 void setDefaultmapKindLoc(SourceLocation KLoc) { KindLoc = KLoc; } in setDefaultmapKindLoc()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp3779 SmallVector<SourceLocation, 4> KLoc; in ParseOpenMPSingleExprWithArgClause() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp1669 SourceLocation KLoc, SourceLocation StartLoc, in Create()