Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DScope.h590 bool isTypeAliasScope() const { return getFlags() & Scope::TypeAliasScope; } in isTypeAliasScope() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp19084 if (Parent && Parent->isTypeAliasScope() && in ActOnFields()