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.h413 bool isFunctionScope() const { return getFlags() & Scope::FnScope; } in isFunctionScope() function
438 if (S->isFunctionScope()) in isInCFunctionScope()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h754 bool isFunctionScope() const {
3585 if (!IRP.isFunctionScope() &&
3961 if (!IRP.isFunctionScope() &&
4692 if (!IRP.isFunctionScope() && !IRP.getAssociatedType()->isPointerTy())
4771 if (!IRP.isFunctionScope() &&
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp291 if (S->isFunctionScope()) { in ActOnSuperScopeSpecifier()
H A DSemaCoroutine.cpp765 while (S && !S->isFunctionScope()) { in isWithinCatchScope()
H A DSemaTemplateInstantiateDecl.cpp3844 bool isFunctionScope = Owner->isFunctionOrMethod(); in VisitBaseUsingDecls() local
3880 if (isFunctionScope) in VisitBaseUsingDecls()
H A DSemaDecl.cpp8815 if (!getCurScope()->isFunctionScope()) { in CheckVariableDeclarationType()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParser.cpp2185 if (S->isFunctionScope()) { in handleUnexpectedCodeCompletionToken()
H A DParseDeclCXX.cpp3576 if (S->isFunctionScope()) in ParseCXXMemberSpecification()