Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h6678 void setDistScheduleKindLoc(SourceLocation KLoc) { KindLoc = KLoc; } in setDistScheduleKindLoc() function
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp11407 C->setDistScheduleKindLoc(Record.readSourceLocation()); in VisitOMPDistScheduleClause()