Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DScope.h279 const Scope *getFnParent() const { return FnParent; } in getFnParent() function
280 Scope *getFnParent() { return FnParent; } in getFnParent() function
427 if (const Scope *FnS = getFnParent()) { in isInCXXInlineMethodScope()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseExpr.cpp1218 if (getCurScope()->getFnParent() == nullptr) in ParseCastExpression()
2662 if (!getCurScope()->getFnParent() && !getCurScope()->getBlockParent()) { in ParseParenExpression()
H A DParseDeclCXX.cpp137 getCurScope()->getFnParent()) { in ParseNamespace()
H A DParseDecl.cpp3529 else if (getCurScope()->getFnParent() || getCurScope()->getBlockParent()) in ParseDeclarationSpecifiers()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprMember.cpp860 for (; S != S->getFnParent(); S = S->getParent()) { in IsInFnTryBlockHandler()
H A DSemaCodeComplete.cpp4643 if (S->getFnParent()) in CodeCompleteOrdinaryName()
5064 if (S->getFnParent() && !Data.ObjCCollection && in CodeCompleteExpression()
6830 if (S->getFnParent()) in CodeCompleteAfterIf()
10238 CodeCompleteOrdinaryName(S, S->getFnParent() in CodeCompleteInPreprocessorConditionalExclusion()
H A DSemaDecl.cpp1527 if (getLangOpts().CPlusPlus && D->isOutOfLine() && !S->getFnParent()) in PushOnScopeChains()
6791 if (S->getFnParent() == nullptr) { in CheckTypedefForVariablyModifiedType()
7611 if (!DC->isRecord() && S->getFnParent() == nullptr) { in ActOnVariableDeclarator()
7959 if (SC == SC_Static && S->getFnParent() != nullptr && in ActOnVariableDeclarator()
8050 if (SC == SC_None && S->getFnParent() != nullptr && in ActOnVariableDeclarator()
8074 if (S->getFnParent() != nullptr) { in ActOnVariableDeclarator()
H A DSemaStmt.cpp3880 CheckJumpOutOfSEHFinally(*this, ReturnLoc, *CurScope->getFnParent()); in ActOnReturnStmt()
H A DSemaLookup.cpp4480 Scope *S = CurScope->getFnParent(); in LookupOrCreateLabel()
H A DSemaDeclCXX.cpp18225 DCScope = S->getFnParent(); in ActOnFriendFunctionDecl()