Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DScope.h367 bool isFunctionScope() const { return (getFlags() & Scope::FnScope); } in isFunctionScope() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp297 if (S->isFunctionScope()) { in ActOnSuperScopeSpecifier()
H A DSemaTemplateInstantiateDecl.cpp3065 bool isFunctionScope = Owner->isFunctionOrMethod(); in VisitBaseUsingDecls() local
3101 if (isFunctionScope) in VisitBaseUsingDecls()
H A DSemaDecl.cpp8068 if (!getCurScope()->isFunctionScope()) { in CheckVariableDeclarationType()