Home | History | Annotate | Download | only in Lex

Lines Matching refs:FileName

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