Home
last modified time | relevance | path

Searched refs:setBlockVarCopyInit (Results 1 – 4 of 4) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/clang/include/clang/AST/
HDASTContext.h3124 void setBlockVarCopyInit(const VarDecl* VD, Expr *CopyExpr, bool CanThrow);
/freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/
HDSema.cpp2225 S.Context.setBlockVarCopyInit(VD, Init, S.canThrow(Init)); in checkEscapingByref()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTReaderDecl.cpp1656 Reader.getContext().setBlockVarCopyInit(VD, CopyExpr, Record.readInt()); in VisitVarDeclImpl()
/freebsd-14-stable/contrib/llvm-project/clang/lib/AST/
HDASTContext.cpp2991 void ASTContext::setBlockVarCopyInit(const VarDecl*VD, Expr *CopyExpr, in setBlockVarCopyInit() function in ASTContext