Home
last modified time | relevance | path

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

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