Home
last modified time | relevance | path

Searched refs:isControlScope (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/llvm/clang/include/clang/Sema/
H A DScope.h529 bool isControlScope() const { return getFlags() & Scope::ControlScope; } in isControlScope() function
/openbsd/gnu/llvm/clang/lib/Sema/
H A DIdentifierResolver.cpp130 if (S->getParent()->isControlScope() && !S->isFunctionScope()) { in isDeclInScope()