Home | History | Annotate | Download | only in Lex

Lines Matching defs:FID

71 bool Preprocessor::EnterSourceFile(FileID FID, const DirectoryLookup *CurDir,
80 if (PTHLexer *PL = PTH->CreateLexer(FID)) {
86 // Get the MemoryBuffer for this FID, if it fails, we fail.
89 getSourceManager().getBuffer(FID, Loc, &Invalid);
91 SourceLocation FileStart = SourceMgr.getLocForStartOfFile(FID);
98 SourceMgr.getFileEntryForID(FID) == CodeCompletionFile) {
99 CodeCompletionFileLoc = SourceMgr.getLocForStartOfFile(FID);
104 EnterSourceFileWithLexer(new Lexer(FID, InputFile, *this), CurDir);
151 FileID FID = CurPPLexer->getFileID();
152 SourceLocation EnterLoc = SourceMgr.getLocForStartOfFile(FID);