Home
last modified time | relevance | path

Searched refs:isFunctionScope (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DScope.h408 bool isFunctionScope() const { return getFlags() & Scope::FnScope; } in isFunctionScope() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h742 bool isFunctionScope() const {
3534 if (!IRP.isFunctionScope() &&
3904 if (!IRP.isFunctionScope() &&
4629 if (!IRP.isFunctionScope() &&
4709 if (!IRP.isFunctionScope() &&
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp296 if (S->isFunctionScope()) { in ActOnSuperScopeSpecifier()
H A DSemaCoroutine.cpp758 while (S && !S->isFunctionScope()) { in isWithinCatchScope()
H A DSemaTemplateInstantiateDecl.cpp3299 bool isFunctionScope = Owner->isFunctionOrMethod(); in VisitBaseUsingDecls() local
3335 if (isFunctionScope) in VisitBaseUsingDecls()
H A DSemaDecl.cpp8615 if (!getCurScope()->isFunctionScope()) { in CheckVariableDeclarationType()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParser.cpp2294 if (S->isFunctionScope()) { in handleUnexpectedCodeCompletionToken()
H A DParseDeclCXX.cpp3680 if (S->isFunctionScope()) in ParseCXXMemberSpecification()