Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DScope.cpp169 {ClassInheritanceScope, "ClassInheritanceScope"}, in dumpImpl()
H A DSemaCodeComplete.cpp2125 !(S->getFlags() & Scope::ClassInheritanceScope); in AddOrdinaryNameResults()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DScope.h134 ClassInheritanceScope = 0x800000, enumerator
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseDeclCXX.cpp3329 Scope::ClassInheritanceScope); in ParseCXXMemberSpecification()