Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
HDOpenMPClause.h5581 void setDistScheduleKindLoc(SourceLocation KLoc) { KindLoc = KLoc; } in setDistScheduleKindLoc() function
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTReader.cpp12276 C->setDistScheduleKindLoc(Record.readSourceLocation()); in VisitOMPDistScheduleClause()