Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp815 Dir->setV(V); in Create()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h2804 void setV(Expr *V) { Data->getChildren()[2] = V; } in setV() function