Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DScope.h367 bool isFunctionScope() const { return (getFlags() & Scope::FnScope); } in isFunctionScope() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp283 if (S->isFunctionScope()) { in ActOnSuperScopeSpecifier()
H A DSemaTemplateInstantiateDecl.cpp3051 bool isFunctionScope = Owner->isFunctionOrMethod(); in VisitUsingDecl() local
3083 if (isFunctionScope) in VisitUsingDecl()
H A DSemaDecl.cpp8009 if (!getCurScope()->isFunctionScope()) { in CheckVariableDeclarationType()