Home | History | Annotate | Download | only in Lex

Lines Matching refs:FileName

69   /// \param FileName The name of the file being included, as written in the 
78 virtual bool FileNotFound(StringRef FileName,
93 /// \param FileName The name of the file being included, as written in the
115 /// file was found. This is equal to FileName except for framework includes.
122 StringRef FileName,
349 bool FileNotFound(StringRef FileName,
351 return First->FileNotFound(FileName, RecoveryPath) ||
352 Second->FileNotFound(FileName, RecoveryPath);
356 StringRef FileName, bool IsAngled,
360 First->InclusionDirective(HashLoc, IncludeTok, FileName, IsAngled,
363 Second->InclusionDirective(HashLoc, IncludeTok, FileName, IsAngled,