HomeSort by: relevance | last modified time | path
    Searched refs:TheBlock (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Expr.h 5893 BlockDecl *TheBlock;
5896 : Expr(BlockExprClass, ty, VK_RValue, OK_Ordinary), TheBlock(BD) {
5903 const BlockDecl *getBlockDecl() const { return TheBlock; }
5904 BlockDecl *getBlockDecl() { return TheBlock; }
5905 void setBlockDecl(BlockDecl *BD) { TheBlock = BD; }
  /src/external/apache2/llvm/dist/clang/lib/AST/
Expr.cpp 2322 return TheBlock->getCaretLocation();
2325 return TheBlock->getBody();
2328 return TheBlock->getBody();

Completed in 67 milliseconds