Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DScope.h312 Scope *getBlockParent() { return BlockParent; } in getBlockParent() function
313 const Scope *getBlockParent() const { return BlockParent; } in getBlockParent() function
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseExpr.cpp3075 if (!getCurScope()->getFnParent() && !getCurScope()->getBlockParent()) { in ParseParenExpression()
H A DParseDeclCXX.cpp171 getCurScope()->isInObjcMethodScope() || getCurScope()->getBlockParent() || in ParseNamespace()
H A DParseDecl.cpp3747 else if (getCurScope()->getFnParent() || getCurScope()->getBlockParent()) in ParseDeclarationSpecifiers()