Searched defs:TheBlock (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/AST/
H A DExpr.h4256 BlockDecl *TheBlock; member in class:clang::StringLiteral::OffsetOfExpr::DesignatedInitExpr::BlockExpr
4263 TheBlock(BD) {}
4268 const BlockDecl *getBlockDecl() const { return TheBlock; }
4269 BlockDecl *getBlockDecl() { return TheBlock; }
4270 void setBlockDecl(BlockDecl *BD) { TheBlock = BD; }

Completed in 705 milliseconds