Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DScope.h164 FriendScope = 0x40000000, enumerator
593 bool isFriendScope() const { return getFlags() & Scope::FriendScope; } in isFriendScope()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DScope.cpp236 {FriendScope, "FriendScope"}, in dumpImpl()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp4424 CurS->setFlags(CurS->getFlags() | Scope::FriendScope); in ParseDeclarationSpecifiers()