Home | History | Annotate | Download | only in libclang

Lines Matching refs:Pieces

2747         // Handle the other pieces in the MemberExpr besides the base.
2897 RefNamePieces Pieces;
2900 Pieces.push_back(QLoc);
2903 Pieces.push_back(NI.getLoc());
2906 Pieces.push_back(SourceRange(TemplateArgs->LAngleLoc,
2910 Pieces.push_back(SourceLocation::getFromRawEncoding(
2912 Pieces.push_back(SourceLocation::getFromRawEncoding(
2917 SourceRange R(Pieces.front().getBegin(), Pieces.back().getEnd());
2918 Pieces.clear();
2919 Pieces.push_back(R);
2922 return Pieces;
5517 RefNamePieces Pieces;
5522 Pieces = buildPieces(NameFlags, true, E->getMemberNameInfo(),
5528 Pieces = buildPieces(NameFlags, false, E->getNameInfo(),
5541 Pieces = buildPieces(NameFlags, false, DRE->getNameInfo(),
5550 if (Pieces.empty()) {
5553 } else if (PieceIndex < Pieces.size()) {
5554 SourceRange R = Pieces[PieceIndex];