HomeSort by relevance Sort by last modified time
    Searched refs:UnresolvedSetImpl (Results 1 - 12 of 12) sorted by null

  /external/clang/include/clang/AST/
UnresolvedSet.h 35 friend class UnresolvedSetImpl;
93 class UnresolvedSetImpl {
100 UnresolvedSetImpl() {}
101 UnresolvedSetImpl(const UnresolvedSetImpl &) LLVM_DELETED_FUNCTION;
165 // These work because the only permitted subclass is UnresolvedSetImpl
177 public UnresolvedSetImpl {
Decl.h 47 class UnresolvedSetImpl;
    [all...]
DeclTemplate.h 488 const UnresolvedSetImpl &Templates,
    [all...]
ExprCXX.h     [all...]
  /external/clang/include/clang/Sema/
Lookup.h 127 typedef UnresolvedSetImpl::iterator iterator;
271 const UnresolvedSetImpl &asUnresolvedSet() const {
Sema.h 175 class UnresolvedSetImpl;
    [all...]
  /external/clang/lib/Sema/
Sema.cpp     [all...]
SemaOverload.cpp     [all...]
SemaLookup.cpp     [all...]
  /external/clang/lib/AST/
DeclCXX.cpp     [all...]
ExprCXX.cpp 353 for (UnresolvedSetImpl::const_iterator I = Begin; I != End; ++I) {
    [all...]
Decl.cpp     [all...]

Completed in 461 milliseconds