Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTReaderStmt.cpp866 E->setBlockDecl(ReadDeclAs<BlockDecl>(Record, Idx)); in VisitBlockExpr()
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DExpr.h4550 void setBlockDecl(BlockDecl *BD) { TheBlock = BD; } in setBlockDecl() function