Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/Sema/
H A DScope.h291 Scope *getBlockParent() { return BlockParent; } in getBlockParent() function
292 const Scope *getBlockParent() const { return BlockParent; } in getBlockParent() function
/openbsd/gnu/llvm/clang/lib/Parse/
H A DParseExpr.cpp2920 if (!getCurScope()->getFnParent() && !getCurScope()->getBlockParent()) { in ParseParenExpression()
H A DParseDeclCXX.cpp160 getCurScope()->isInObjcMethodScope() || getCurScope()->getBlockParent() || in ParseNamespace()
H A DParseDecl.cpp3326 else if (getCurScope()->getFnParent() || getCurScope()->getBlockParent()) in ParseDeclarationSpecifiers()