Home
last modified time | relevance | path

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

/external/clang/test/Analysis/
DPR2978.m54 [self setV:0]; // This will release '_V'
/external/clang/test/SemaObjC/
Dunused-backing-ivar-warning.m25 - (void) setV:(id)newV { // expected-warning {{ivar '_v' which backs the property is not referenced…
/external/clang/include/clang/AST/
DStmtOpenMP.h1634 void setV(Expr *V) { *std::next(child_begin(), 3) = V; } in setV() function
/external/clang/lib/AST/
DStmt.cpp2102 Dir->setV(V); in Create()
/external/clang/lib/Serialization/
DASTReaderStmt.cpp2201 D->setV(Reader.ReadSubExpr()); in VisitOMPAtomicDirective()