Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/Analysis/
H A DPR2978.m90 [self setV:0]; // This will release '_V'
/llvm-project-15.0.7/clang/test/SemaObjC/
H A Dunused-backing-ivar-warning.m25 - (void) setV:(id)newV { // expected-warning {{ivar '_v' which backs the property is not referenced…
/llvm-project-15.0.7/clang/lib/AST/
H A DStmtOpenMP.cpp889 Dir->setV(Exprs.V); in Create()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DStmtOpenMP.h2957 void setV(Expr *V) { Data->getChildren()[DataPositionTy::POS_V] = V; } in setV() function