Home | History | Annotate | Download | only in Lex

Lines Matching refs:SourceMgr

91     SourceLocation FileStart = SourceMgr.getLocForStartOfFile(FID);
93 << std::string(SourceMgr.getBufferName(FileStart)) << "";
98 SourceMgr.getFileEntryForID(FID) == CodeCompletionFile) {
99 CodeCompletionFileLoc = SourceMgr.getLocForStartOfFile(FID);
127 SourceMgr.getFileCharacteristic(CurLexer->getFileLoc());
152 SourceLocation EnterLoc = SourceMgr.getLocForStartOfFile(FID);
154 SourceMgr.getFileCharacteristic(EnterLoc);
285 SourceMgr.getFileEntryForID(CurPPLexer->getFileID())) {
345 SourceMgr.getLocForStartOfFile(CurPPLexer->getFileID()) ==
362 SourceMgr.getIncludeLoc(CurPPLexer->getFileID()).isValid()) {
366 SourceMgr.local_sloc_entry_size() -
368 SourceMgr.setNumCreatedFIDsForFileID(CurPPLexer->getFileID(), NumFIDs);
395 SourceMgr.getFileCharacteristic(CurPPLexer->getSourceLocation());
450 = SourceMgr.getLocForStartOfFile(SourceMgr.getMainFileID());
487 = SourceMgr.getLocForStartOfFile(SourceMgr.getMainFileID());
491 for (unsigned I = 0, N = SourceMgr.local_sloc_entry_size(); I != N; ++I) {
493 const SrcMgr::SLocEntry &Entry = SourceMgr.getLocalSLocEntry(I);