Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h3026 void setV(Expr *V) { Data->getChildren()[DataPositionTy::POS_V] = V; } in setV() function
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp923 Dir->setV(Exprs.V); in Create()