HomeSort by relevance Sort by last modified time
    Searched defs:getBlockDecl (Results 1 - 3 of 3) sorted by null

  /external/clang/include/clang/Analysis/
AnalysisContext.h 353 const BlockDecl *getBlockDecl() const { return BD; }
  /external/clang/lib/CodeGen/
CGBlocks.h 243 const BlockDecl *getBlockDecl() const { return Block; }
246 assert(BlockExpression->getBlockDecl() == Block);
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 513 const BlockDecl *getBlockDecl() const {
521 return RuntimeDefinition(getBlockDecl());
525 return getBlockDecl()->isVariadic();
    [all...]

Completed in 82 milliseconds