Home
last modified time | relevance | path

Searched refs:ClassInheritanceScope (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DScope.cpp169 {ClassInheritanceScope, "ClassInheritanceScope"}, in dumpImpl()
H A DSemaCodeComplete.cpp2125 !(S->getFlags() & Scope::ClassInheritanceScope); in AddOrdinaryNameResults()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DScope.h134 ClassInheritanceScope = 0x800000, enumerator
/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp3420 Scope::ClassInheritanceScope); in ParseCXXMemberSpecification()