Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DScope.h138 ClassInheritanceScope = 0x800000, enumerator
416 return getFlags() & Scope::ClassInheritanceScope; in isClassInheritanceScope()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DScope.cpp229 {ClassInheritanceScope, "ClassInheritanceScope"}, in dumpImpl()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp3768 Scope::ClassInheritanceScope); in ParseCXXMemberSpecification()