Searched refs:TheBlock (Results 1 - 2 of 2) 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; }
/external/clang/lib/AST/
H A DExpr.cpp1944 return TheBlock->getCaretLocation();
1947 return TheBlock->getBody();
1950 return TheBlock->getBody();

Completed in 69 milliseconds