Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
DScope.h276 Scope *getBlockParent() { return BlockParent; } in getBlockParent() function
277 const Scope *getBlockParent() const { return BlockParent; } in getBlockParent() function
/freebsd-12-stable/contrib/llvm-project/clang/lib/Parse/
DParseExpr.cpp2843 if (!getCurScope()->getFnParent() && !getCurScope()->getBlockParent()) { in ParseParenExpression()
DParseDeclCXX.cpp147 getCurScope()->isInObjcMethodScope() || getCurScope()->getBlockParent() || in ParseNamespace()
DParseDecl.cpp3149 if (getCurScope()->getFnParent() || getCurScope()->getBlockParent()) in ParseDeclarationSpecifiers()