Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/clang/include/clang/Sema/
HDScope.h408 bool isFunctionScope() const { return getFlags() & Scope::FnScope; } in isFunctionScope() function
/freebsd-head/contrib/llvm-project/clang/lib/Sema/
HDIdentifierResolver.cpp135 if (S->getParent()->isControlScope() && !S->isFunctionScope()) { in isDeclInScope()
HDSemaCXXScopeSpec.cpp296 if (S->isFunctionScope()) { in ActOnSuperScopeSpecifier()
HDSemaCoroutine.cpp758 while (S && !S->isFunctionScope()) { in isWithinCatchScope()
HDSemaTemplateInstantiateDecl.cpp3299 bool isFunctionScope = Owner->isFunctionOrMethod(); in VisitBaseUsingDecls() local
3335 if (isFunctionScope) in VisitBaseUsingDecls()
HDSemaDecl.cpp8615 if (!getCurScope()->isFunctionScope()) { in CheckVariableDeclarationType()
/freebsd-head/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
HDAttributor.h742 bool isFunctionScope() const {
3534 if (!IRP.isFunctionScope() &&
3904 if (!IRP.isFunctionScope() &&
4629 if (!IRP.isFunctionScope() &&
4709 if (!IRP.isFunctionScope() &&
/freebsd-head/contrib/llvm-project/clang/lib/Parse/
HDParser.cpp2294 if (S->isFunctionScope()) { in handleUnexpectedCodeCompletionToken()
HDParseDeclCXX.cpp3680 if (S->isFunctionScope()) in ParseCXXMemberSpecification()