Home | History | Annotate | Download | only in Sema

Lines Matching refs:Ctors

2763                            ArrayRef<NamedDecl *> Ctors,
2770 Con = Ctors.begin(), ConEnd = Ctors.end(); Con != ConEnd; ++Con) {
2865 SmallVector<NamedDecl*, 16> Ctors(R.begin(), R.end());
2885 CandidateSet, Ctors, Best,
2903 CandidateSet, Ctors, Best,
3179 SmallVector<NamedDecl*, 16> Ctors(R.begin(), R.end());
3181 CI = Ctors.begin(), CE = Ctors.end(); CI != CE; ++CI) {
4413 SmallVector<NamedDecl*, 16> Ctors(R.begin(), R.end());
4415 CI = Ctors.begin(), CE = Ctors.end(); CI != CE; ++CI) {