Home
last modified time | relevance | path

Searched refs:setBlockDecl (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp1377 E->setBlockDecl(readDeclAs<BlockDecl>()); in VisitBlockExpr()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h6158 void setBlockDecl(BlockDecl *BD) { TheBlock = BD; } in setBlockDecl() function