Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h517 void setFirstAllocateModifier(OpenMPAllocateClauseModifier M) { in setFirstAllocateModifier() function
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp12124 C->setFirstAllocateModifier(Record.readEnum<OpenMPAllocateClauseModifier>()); in VisitOMPAllocateClause()