Searched refs:setBlockVarCopyInits (Results 1 - 3 of 3) sorted by relevance

/external/clang/include/clang/AST/
H A DASTContext.h2351 void setBlockVarCopyInits(VarDecl*VD, Expr* Init);
/external/clang/lib/AST/
H A DASTContext.cpp2104 void ASTContext::setBlockVarCopyInits(VarDecl*VD, Expr* Init) { function in class:ASTContext
2107 "setBlockVarCopyInits - not __block var");
/external/clang/lib/Sema/
H A DSemaDecl.cpp10422 Context.setBlockVarCopyInits(var, init);

Completed in 170 milliseconds