Home
last modified time | relevance | path

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

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