Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Sema/
H A DScope.h134 ClassInheritanceScope = 0x800000, enumerator
389 return getFlags() & Scope::ClassInheritanceScope; in isClassInheritanceScope()
/llvm-project-15.0.7/clang/lib/Sema/
H A DScope.cpp221 {ClassInheritanceScope, "ClassInheritanceScope"}, in dumpImpl()
/llvm-project-15.0.7/clang/lib/Parse/
H A DParseDeclCXX.cpp3434 Scope::ClassInheritanceScope); in ParseCXXMemberSpecification()