Home
last modified time | relevance | path

Searched refs:IncludePos (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DSourceManager.cpp533 SourceLocation IncludePos, in createFileID() argument
536 return createFileID(SourceFile->getLastRef(), IncludePos, FileCharacter, in createFileID()
541 SourceLocation IncludePos, in createFileID() argument
552 return createFileIDImpl(IR, SourceFile.getName(), IncludePos, FileCharacter, in createFileID()
595 SourceLocation IncludePos, in createFileIDImpl() argument
604 LoadedOffset, FileInfo::get(IncludePos, File, FileCharacter, Filename)); in createFileIDImpl()
611 Diag.Report(IncludePos, diag::err_include_too_large); in createFileIDImpl()
616 FileInfo::get(IncludePos, File, FileCharacter, Filename))); in createFileIDImpl()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DSourceManager.h866 FileID createFileID(const FileEntry *SourceFile, SourceLocation IncludePos,
870 FileID createFileID(FileEntryRef SourceFile, SourceLocation IncludePos,
1837 SourceLocation IncludePos,
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DPPDirectives.cpp2250 SourceLocation IncludePos = FilenameTok.getLocation(); in HandleHeaderIncludeOrImport() local
2253 if (IncludePos.isMacroID()) in HandleHeaderIncludeOrImport()
2254 IncludePos = SourceMgr.getExpansionRange(IncludePos).getEnd(); in HandleHeaderIncludeOrImport()
2255 FileID FID = SourceMgr.createFileID(*File, IncludePos, FileCharacter); in HandleHeaderIncludeOrImport()