Home | History | Annotate | Download | only in libclang

Lines Matching refs:Pieces

2274         // Handle the other pieces in the MemberExpr besides the base.
2423 RefNamePieces Pieces;
2426 Pieces.push_back(QLoc);
2429 Pieces.push_back(NI.getLoc());
2432 Pieces.push_back(SourceRange(TemplateArgs->LAngleLoc,
2436 Pieces.push_back(SourceLocation::getFromRawEncoding(
2438 Pieces.push_back(SourceLocation::getFromRawEncoding(
2443 SourceRange R(Pieces.front().getBegin(), Pieces.back().getEnd());
2444 Pieces.clear();
2445 Pieces.push_back(R);
2448 return Pieces;
4703 RefNamePieces Pieces;
4708 Pieces = buildPieces(NameFlags, true, E->getMemberNameInfo(),
4714 Pieces = buildPieces(NameFlags, false, E->getNameInfo(),
4727 Pieces = buildPieces(NameFlags, false, DRE->getNameInfo(),
4736 if (Pieces.empty()) {
4739 } else if (PieceIndex < Pieces.size()) {
4740 SourceRange R = Pieces[PieceIndex];