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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DScope.h336 /// isFunctionScope() - Return true if this scope is a function scope.
337 bool isFunctionScope() const { return (getFlags() & Scope::FnScope); } function in class:clang::Scope
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp283 if (S->isFunctionScope()) {
H A DSemaTemplateInstantiateDecl.cpp2988 bool isFunctionScope = Owner->isFunctionOrMethod(); local
3020 if (isFunctionScope)
H A DSemaDecl.cpp7729 if (!getCurScope()->isFunctionScope()) {

Completed in 199 milliseconds