Home
last modified time | relevance | path

Searched refs:getBlockParent (Results 1 – 4 of 4) sorted by relevance

/external/clang/include/clang/Sema/
DScope.h250 Scope *getBlockParent() { return BlockParent; } in getBlockParent() function
251 const Scope *getBlockParent() const { return BlockParent; } in getBlockParent() function
/external/clang/lib/Parse/
DParseExpr.cpp2229 if (!getCurScope()->getFnParent() && !getCurScope()->getBlockParent()) { in ParseParenExpression()
DParseDeclCXX.cpp133 getCurScope()->isInObjcMethodScope() || getCurScope()->getBlockParent() || in ParseNamespace()
DParseDecl.cpp2765 if (getCurScope()->getFnParent() || getCurScope()->getBlockParent()) in ParseDeclarationSpecifiers()