Home | History | Annotate | Download | only in Core

Lines Matching defs:PathPieces

28   for (PathPieces::const_iterator I = subPieces.begin(), E = subPieces.end();
60 PathPieces::~PathPieces() {}
99 llvm::SmallVector<const PathPieces *, 5> WorkList;
103 const PathPieces &path = *WorkList.back();
106 for (PathPieces::const_iterator I = path.begin(), E = path.end();
521 PathDiagnosticCallPiece::construct(PathPieces &path,
583 static void compute_path_size(const PathPieces &pieces, unsigned &size) {
584 for (PathPieces::const_iterator it = pieces.begin(),
626 for (PathPieces::const_iterator it = path.begin(),
645 for (PathPieces::const_iterator I = subPieces.begin(), E = subPieces.end();
660 for (PathPieces::const_iterator I = path.begin(), E = path.end(); I != E; ++I)