Searched defs:UnresolvedSetImpl (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/AST/
H A DUnresolvedSet.h35 friend class UnresolvedSetImpl;
92 class UnresolvedSetImpl { class in namespace:clang
99 UnresolvedSetImpl() {} function in class:clang::UnresolvedSetImpl
100 UnresolvedSetImpl(const UnresolvedSetImpl &) LLVM_DELETED_FUNCTION;
170 // These work because the only permitted subclass is UnresolvedSetImpl
182 public UnresolvedSetImpl {

Completed in 97 milliseconds