Home | History | Annotate | Download | only in libclang

Lines Matching defs:Pieces

2428         // Handle the other pieces in the MemberExpr besides the base.
2578 RefNamePieces Pieces;
2581 Pieces.push_back(QLoc);
2584 Pieces.push_back(NI.getLoc());
2587 Pieces.push_back(SourceRange(TemplateArgs->LAngleLoc,
2591 Pieces.push_back(SourceLocation::getFromRawEncoding(
2593 Pieces.push_back(SourceLocation::getFromRawEncoding(
2598 SourceRange R(Pieces.front().getBegin(), Pieces.back().getEnd());
2599 Pieces.clear();
2600 Pieces.push_back(R);
2603 return Pieces;
5001 RefNamePieces Pieces;
5006 Pieces = buildPieces(NameFlags, true, E->getMemberNameInfo(),
5012 Pieces = buildPieces(NameFlags, false, E->getNameInfo(),
5025 Pieces = buildPieces(NameFlags, false, DRE->getNameInfo(),
5034 if (Pieces.empty()) {
5037 } else if (PieceIndex < Pieces.size()) {
5038 SourceRange R = Pieces[PieceIndex];