Home
last modified time | relevance | path

Searched refs:getFnParent (Results 1 – 10 of 10) sorted by relevance

/openbsd/gnu/llvm/clang/include/clang/Sema/
H A DScope.h253 const Scope *getFnParent() const { return FnParent; } in getFnParent() function
254 Scope *getFnParent() { return FnParent; } in getFnParent() function
398 if (const Scope *FnS = getFnParent()) { in isInCXXInlineMethodScope()
/openbsd/gnu/llvm/clang/lib/Parse/
H A DParseExpr.cpp1453 if (getCurScope()->getFnParent() == nullptr) in ParseCastExpression()
2920 if (!getCurScope()->getFnParent() && !getCurScope()->getBlockParent()) { in ParseParenExpression()
H A DParseDeclCXX.cpp161 getCurScope()->getFnParent()) { in ParseNamespace()
H A DParseDecl.cpp3326 else if (getCurScope()->getFnParent() || getCurScope()->getBlockParent()) in ParseDeclarationSpecifiers()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaExprMember.cpp942 for (; S != S->getFnParent(); S = S->getParent()) { in IsInFnTryBlockHandler()
H A DSemaCodeComplete.cpp4392 if (S->getFnParent()) in CodeCompleteOrdinaryName()
4810 if (S->getFnParent() && !Data.ObjCCollection && in CodeCompleteExpression()
6542 if (S->getFnParent()) in CodeCompleteAfterIf()
9883 CodeCompleteOrdinaryName(S, S->getFnParent() ? Sema::PCC_RecoveryInFunction in CodeCompleteInPreprocessorConditionalExclusion()
H A DSemaDecl.cpp1552 if (getLangOpts().CPlusPlus && D->isOutOfLine() && !S->getFnParent()) in PushOnScopeChains()
6694 if (S->getFnParent() == nullptr) { in CheckTypedefForVariablyModifiedType()
7471 if (!DC->isRecord() && S->getFnParent() == nullptr) { in ActOnVariableDeclarator()
7788 if (SC == SC_Static && S->getFnParent() != nullptr && in ActOnVariableDeclarator()
7861 if (SC == SC_None && S->getFnParent() != nullptr && in ActOnVariableDeclarator()
7885 if (S->getFnParent() != nullptr) { in ActOnVariableDeclarator()
H A DSemaStmt.cpp3898 CheckJumpOutOfSEHFinally(*this, ReturnLoc, *CurScope->getFnParent()); in ActOnReturnStmt()
H A DSemaLookup.cpp4436 Scope *S = CurScope->getFnParent(); in LookupOrCreateLabel()
H A DSemaDeclCXX.cpp17233 DCScope = S->getFnParent(); in ActOnFriendFunctionDecl()