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

  /external/clang/include/clang/Sema/
Scope.h 239 Scope *getBlockParent() { return BlockParent; }
240 const Scope *getBlockParent() const { return BlockParent; }
  /external/clang/lib/Parse/
ParseDeclCXX.cpp 127 getCurScope()->isInObjcMethodScope() || getCurScope()->getBlockParent() ||
    [all...]
ParseDecl.cpp     [all...]

Completed in 162 milliseconds