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.h1280 void setDefaultKindKwLoc(SourceLocation KLoc) { KindKwLoc = KLoc; } in setDefaultKindKwLoc()
1361 void setProcBindKindKwLoc(SourceLocation KLoc) { KindKwLoc = KLoc; } in setProcBindKindKwLoc()
1598 void setAtomicDefaultMemOrderKindKwLoc(SourceLocation KLoc) { in setAtomicDefaultMemOrderKindKwLoc()
1727 void setAtKindKwLoc(SourceLocation KLoc) { KindKwLoc = KLoc; } in setAtKindKwLoc()
1807 void setSeverityKindKwLoc(SourceLocation KLoc) { KindKwLoc = KLoc; } in setSeverityKindKwLoc()
2008 void setScheduleKindLoc(SourceLocation KLoc) { KindLoc = KLoc; } in setScheduleKindLoc()
2037 SourceLocation KLoc, SourceLocation CommaLoc, in OMPScheduleClause()
7264 void setDistScheduleKindLoc(SourceLocation KLoc) { KindLoc = KLoc; } in setDistScheduleKindLoc()
7289 SourceLocation KLoc, SourceLocation CommaLoc, in OMPDistScheduleClause()
7395 void setDefaultmapKindLoc(SourceLocation KLoc) { KindLoc = KLoc; } in setDefaultmapKindLoc()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp3680 SmallVector<SourceLocation, 4> KLoc; in ParseOpenMPSingleExprWithArgClause() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp1688 SourceLocation KLoc, SourceLocation StartLoc, in Create()