Searched refs:AddOverloadCandidate (Results 1 - 7 of 7) sorted by relevance

/external/clang/lib/Sema/
H A DSemaOverload.cpp2889 S.AddOverloadCandidate(Constructor, FoundDecl,
3029 S.AddOverloadCandidate(Constructor, FoundDecl,
5206 /// AddOverloadCandidate - Adds the given function to the set of
5215 Sema::AddOverloadCandidate(FunctionDecl *Function, function in class:clang::Sema
5354 AddOverloadCandidate(FD, F.getPair(), Args, CandidateSet,
5422 "Use AddOverloadCandidate for constructors");
5605 AddOverloadCandidate(Specialization, FoundDecl, Args, CandidateSet,
7688 AddOverloadCandidate(FD, FoundDecl, Args, CandidateSet, false,
9391 S.AddOverloadCandidate(Func, FoundDecl, Args, CandidateSet, false,
10640 AddOverloadCandidate(cas
[all...]
H A DSemaInit.cpp2792 S.AddOverloadCandidate(Constructor, FoundDecl,
3184 S.AddOverloadCandidate(Constructor, FoundDecl,
3733 S.AddOverloadCandidate(Constructor, FoundDecl,
4333 S.AddOverloadCandidate(Constructor, FoundDecl,
H A DSemaLookup.cpp2375 AddOverloadCandidate(M, DeclAccessPair::make(M, AS_public),
H A DSemaExprCXX.cpp1725 AddOverloadCandidate(Fn, Alloc.getPair(),
H A DSemaCodeComplete.cpp3815 AddOverloadCandidate(FDecl, DeclAccessPair::make(FDecl, AS_none), Args,
H A DSemaExpr.cpp1596 AddOverloadCandidate(FD, DeclAccessPair::make(FD, AS_none),
/external/clang/include/clang/Sema/
H A DSema.h1802 void AddOverloadCandidate(FunctionDecl *Function,

Completed in 207 milliseconds