Home
last modified time | relevance | path

Searched defs:isFunctionScope (Results 1 – 2 of 2) 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 DSemaTemplateInstantiateDecl.cpp3065 bool isFunctionScope = Owner->isFunctionOrMethod(); in VisitBaseUsingDecls() local