Home | History | Annotate | Download | only in Lex

Lines Matching refs:FileName

27                                        StringRef FileName, 
34 = (char*)PPRec.Allocate(FileName.size() + 1, llvm::alignOf<char>());
35 memcpy(Memory, FileName.data(), FileName.size());
36 Memory[FileName.size()] = 0;
37 this->FileName = StringRef(Memory, FileName.size());
270 // include directives that form the filename using macros, e.g:
275 // Usually there are few macro expansions when defining the filename, do a
390 StringRef FileName,
420 = new (*this) clang::InclusionDirective(*this, Kind, FileName, !IsAngled,