Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DScope.h335 bool isFunctionScope() const { return (getFlags() & Scope::FnScope); } in isFunctionScope() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp284 if (S->isFunctionScope()) { in ActOnSuperScopeSpecifier()
H A DSemaTemplateInstantiateDecl.cpp2595 bool isFunctionScope = Owner->isFunctionOrMethod(); in VisitUsingDecl() local
2627 if (isFunctionScope) in VisitUsingDecl()
H A DSemaDecl.cpp7400 if (!getCurScope()->isFunctionScope()) { in CheckVariableDeclarationType()