Searched defs:VisitedVirtualBasesSetTy (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ | ||
H A D | VTTBuilder.h | 90 using VisitedVirtualBasesSetTy = llvm::SmallPtrSet<const CXXRecordDecl *, 4>; variable |
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ | ||
H A D | VTableBuilder.cpp | 126 typedef llvm::SmallPtrSet<const CXXRecordDecl *, 4> VisitedVirtualBasesSetTy; typedef in __anon6f3b34010111::FinalOverriders |