HomeSort by: relevance | last modified time | path
    Searched refs:UnresolvedSetImpl (Results 1 - 14 of 14) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
UnresolvedSet.h 38 friend class UnresolvedSetImpl;
61 class UnresolvedSetImpl {
69 UnresolvedSetImpl() = default;
70 UnresolvedSetImpl(const UnresolvedSetImpl &) = default;
71 UnresolvedSetImpl &operator=(const UnresolvedSetImpl &) = default;
74 UnresolvedSetImpl(UnresolvedSetImpl &&) {}
75 UnresolvedSetImpl &operator=(UnresolvedSetImpl &&) { return *this;
    [all...]
DeclTemplate.h 56 class UnresolvedSetImpl;
704 const UnresolvedSetImpl &Templates,
711 Create(ASTContext &Context, const UnresolvedSetImpl &Templates,
Decl.h 78 class UnresolvedSetImpl;
2736 const UnresolvedSetImpl &Templates,
ExprCXX.h 2970 using decls_iterator = UnresolvedSetImpl::iterator;
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Lookup.h 143 using iterator = UnresolvedSetImpl::iterator;
331 const UnresolvedSetImpl &asUnresolvedSet() const {
Sema.h 202 class UnresolvedSetImpl;
3609 void AddFunctionCandidates(const UnresolvedSetImpl &Functions,
3675 const UnresolvedSetImpl &Functions, ArrayRef<Expr *> Args,
3829 const UnresolvedSetImpl &Fns,
3834 const UnresolvedSetImpl &Fns,
3839 const UnresolvedSetImpl &Fns,
3843 const UnresolvedSetImpl &Fns,
3849 const UnresolvedSetImpl &Fns,
4099 UnresolvedSetImpl &Functions);
5056 UnresolvedSetImpl &NonTemplateOverloads)
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Sema/
Sema.cpp 2215 UnresolvedSetImpl &OverloadSet) {
2321 static void noteOverloads(Sema &S, const UnresolvedSetImpl &Overloads,
2325 for (UnresolvedSetImpl::iterator It = Overloads.begin(),
2351 const UnresolvedSetImpl &Overloads,
SemaOverload.cpp 5892 QualType T, UnresolvedSetImpl &ViableConversions) {
5911 UnresolvedSetImpl &ExplicitConversions) {
5990 UnresolvedSetImpl &ViableConversions,
6744 void Sema::AddFunctionCandidates(const UnresolvedSetImpl &Fns,
7621 const UnresolvedSetImpl &Fns, ArrayRef<Expr *> Args,
13182 static bool IsOverloaded(const UnresolvedSetImpl &Functions) {
13191 const UnresolvedSetImpl &Fns,
13215 const UnresolvedSetImpl &Fns,
13392 const UnresolvedSetImpl &Fns,
13478 const UnresolvedSetImpl &Fns, Expr *LHS
    [all...]
SemaLookup.cpp 3041 UnresolvedSetImpl &Functions) {
SemaDeclCXX.cpp 8340 UnresolvedSetImpl &Operators,
TreeTransform.h 2657 const UnresolvedSetImpl &UnqualLookups, Expr *LHS, Expr *RHS) {
SemaExpr.cpp 14447 UnresolvedSetImpl &Functions) {
  /src/external/apache2/llvm/dist/clang/lib/AST/
Decl.cpp 3840 const UnresolvedSetImpl &Templates,
3857 ASTContext &Context, const UnresolvedSetImpl &Ts,
3866 DependentFunctionTemplateSpecializationInfo(const UnresolvedSetImpl &Ts,
DeclCXX.cpp 1633 ASTUnresolvedSet &Output, UnresolvedSetImpl &VOutput,

Completed in 157 milliseconds