Home | History | Annotate | Download | only in Lex

Lines Matching refs:RelativePath

177     SmallVectorImpl<char> *RelativePath,
190 if (RelativePath != NULL) {
191 RelativePath->clear();
192 RelativePath->append(Filename.begin(), Filename.end());
198 return DoFrameworkLookup(Filename, HS, SearchPath, RelativePath,
210 if (RelativePath != NULL) {
211 RelativePath->clear();
212 RelativePath->append(Filename.begin(), Filename.end());
225 SmallVectorImpl<char> *RelativePath,
274 if (RelativePath != NULL) {
275 RelativePath->clear();
276 RelativePath->append(Filename.begin()+SlashPos+1, Filename.end());
336 SmallVectorImpl<char> *RelativePath,
351 if (RelativePath != NULL) {
352 RelativePath->clear();
353 RelativePath->append(Filename.begin(), Filename.end());
385 if (RelativePath != NULL) {
386 RelativePath->clear();
387 RelativePath->append(Filename.begin(), Filename.end());
426 SearchDirs[i].LookupFile(Filename, *this, SearchPath, RelativePath,
466 SearchPath, RelativePath,
490 SmallVectorImpl<char> *RelativePath) {
538 if (RelativePath != NULL) {
539 RelativePath->clear();
540 RelativePath->append(Filename.begin()+SlashPos+1, Filename.end());