Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/test/Analysis/
H A DPR2978.m54 [self setV:0]; // This will release '_V'
/minix3/external/bsd/llvm/dist/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…
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DStmtOpenMP.h1583 void setV(Expr *V) { *std::next(child_begin(), 2) = V; } in setV() function
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DStmt.cpp1964 Dir->setV(V); in Create()
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTReaderStmt.cpp2136 D->setV(Reader.ReadSubExpr()); in VisitOMPAtomicDirective()