Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/Sema/
H A DScope.h135 ClassInheritanceScope = 0x800000, enumerator
392 return getFlags() & Scope::ClassInheritanceScope; in isClassInheritanceScope()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DScope.cpp224 {ClassInheritanceScope, "ClassInheritanceScope"}, in dumpImpl()
/openbsd/gnu/llvm/clang/lib/Parse/
H A DParseDeclCXX.cpp3527 Scope::ClassInheritanceScope); in ParseCXXMemberSpecification()