Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DASTContext.h2149 void setBlockVarCopyInits(VarDecl*VD, Expr* Init);
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DASTContext.cpp1961 void ASTContext::setBlockVarCopyInits(VarDecl*VD, Expr* Init) { in setBlockVarCopyInits() function in ASTContext
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaDecl.cpp9510 Context.setBlockVarCopyInits(var, init); in CheckCompleteVariableDeclaration()