Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDScope.h247 Scope *getBlockParent() { return BlockParent; } in getBlockParent() function
248 const Scope *getBlockParent() const { return BlockParent; } in getBlockParent() function
/NextBSD/contrib/llvm/tools/clang/lib/Parse/
HDParseExpr.cpp2149 if (!getCurScope()->getFnParent() && !getCurScope()->getBlockParent()) { in ParseParenExpression()
HDParseDeclCXX.cpp132 getCurScope()->isInObjcMethodScope() || getCurScope()->getBlockParent() || in ParseNamespace()
HDParseDecl.cpp2706 if (getCurScope()->getFnParent() || getCurScope()->getBlockParent()) in ParseDeclarationSpecifiers()