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

/external/clang/include/clang/AST/
H A DExpr.h4513 BlockDecl *TheBlock; member in class:clang::StringLiteral::DesignatedInitExpr::BlockExpr
4520 TheBlock(BD) {}
4525 const BlockDecl *getBlockDecl() const { return TheBlock; }
4526 BlockDecl *getBlockDecl() { return TheBlock; }
4527 void setBlockDecl(BlockDecl *BD) { TheBlock = BD; }

Completed in 117 milliseconds