Home | History | Annotate | Download | only in Sema

Lines Matching refs:Ctors

3131                            ArrayRef<NamedDecl *> Ctors,
3138 Con = Ctors.begin(), ConEnd = Ctors.end(); Con != ConEnd; ++Con) {
3240 SmallVector<NamedDecl*, 16> Ctors(R.begin(), R.end());
3260 CandidateSet, Ctors, Best,
3277 CandidateSet, Ctors, Best,
3571 SmallVector<NamedDecl*, 16> Ctors(R.begin(), R.end());
3573 CI = Ctors.begin(), CE = Ctors.end(); CI != CE; ++CI) {
4937 SmallVector<NamedDecl*, 16> Ctors(R.begin(), R.end());
4939 CI = Ctors.begin(), CE = Ctors.end(); CI != CE; ++CI) {