Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDScope.h320 bool isFunctionScope() const { return (getFlags() & Scope::FnScope); } in isFunctionScope() function
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaCXXScopeSpec.cpp258 if (S->isFunctionScope()) { in ActOnSuperScopeSpecifier()
HDSemaTemplateInstantiateDecl.cpp2317 bool isFunctionScope = Owner->isFunctionOrMethod(); in VisitUsingDecl() local
2342 if (isFunctionScope) in VisitUsingDecl()