Home
last modified time | relevance | path

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

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