Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DASTContext.h2351 void setBlockVarCopyInits(VarDecl*VD, Expr* Init);
/external/clang/lib/AST/
DASTContext.cpp2104 void ASTContext::setBlockVarCopyInits(VarDecl*VD, Expr* Init) { in setBlockVarCopyInits() function in ASTContext
/external/clang/lib/Sema/
DSemaDecl.cpp10422 Context.setBlockVarCopyInits(var, init); in CheckCompleteVariableDeclaration()