Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DOpenMPClause.h6542 void setDistScheduleKindLoc(SourceLocation KLoc) { KindLoc = KLoc; } in setDistScheduleKindLoc() function
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReader.cpp10957 C->setDistScheduleKindLoc(Record.readSourceLocation()); in VisitOMPDistScheduleClause()