Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/Sema/
H A DScope.h587 bool isControlScope() const { return getFlags() & Scope::ControlScope; } in isControlScope() function
/src/contrib/llvm-project/clang/lib/Sema/
H A DIdentifierResolver.cpp135 if (S->getParent()->isControlScope() && !S->isFunctionScope()) { in isDeclInScope()