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

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

Completed in 295 milliseconds