Searched refs:getBlockParent (Results 1 - 3 of 3) sorted by relevance

/external/clang/include/clang/Sema/
H A DScope.h239 Scope *getBlockParent() { return BlockParent; } function in class:clang::Scope
240 const Scope *getBlockParent() const { return BlockParent; } function in class:clang::Scope
/external/clang/lib/Parse/
H A DParseDeclCXX.cpp127 getCurScope()->isInObjcMethodScope() || getCurScope()->getBlockParent() ||
H A DParseDecl.cpp2506 if (getCurScope()->getFnParent() || getCurScope()->getBlockParent())

Completed in 107 milliseconds