Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DScope.h384 bool isFunctionScope() const { return getFlags() & Scope::FnScope; } in isFunctionScope() function
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DIdentifierResolver.cpp130 if (S->getParent()->isControlScope() && !S->isFunctionScope()) { in isDeclInScope()
H A DSemaCXXScopeSpec.cpp297 if (S->isFunctionScope()) { in ActOnSuperScopeSpecifier()
H A DSemaCoroutine.cpp758 while (S && !S->isFunctionScope()) { in isWithinCatchScope()
H A DSemaTemplateInstantiateDecl.cpp3181 bool isFunctionScope = Owner->isFunctionOrMethod(); in VisitBaseUsingDecls() local
3217 if (isFunctionScope) in VisitBaseUsingDecls()
H A DSemaDecl.cpp8565 if (!getCurScope()->isFunctionScope()) { in CheckVariableDeclarationType()
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParser.cpp2224 if (S->isFunctionScope()) { in handleUnexpectedCodeCompletionToken()
H A DParseDeclCXX.cpp3439 if (S->isFunctionScope()) in ParseCXXMemberSpecification()