Searched refs:IncludePos (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/Basic/ |
| H A D | SourceManager.cpp | 534 SourceLocation IncludePos, in createFileID() argument 538 return createFileID(SourceFile->getLastRef(), IncludePos, FileCharacter, in createFileID() 543 SourceLocation IncludePos, in createFileID() argument 555 return createFileIDImpl(IR, SourceFile.getName(), IncludePos, FileCharacter, in createFileID() 600 SourceLocation IncludePos, in createFileIDImpl() argument 610 LoadedOffset, FileInfo::get(IncludePos, File, FileCharacter, Filename)); in createFileIDImpl() 617 Diag.Report(IncludePos, diag::err_include_too_large); in createFileIDImpl() 623 FileInfo::get(IncludePos, File, FileCharacter, Filename))); in createFileIDImpl()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
| H A D | SourceManager.h | 881 FileID createFileID(const FileEntry *SourceFile, SourceLocation IncludePos, 886 FileID createFileID(FileEntryRef SourceFile, SourceLocation IncludePos, 1884 SourceLocation IncludePos,
|
| /openbsd-src/gnu/llvm/clang/lib/Lex/ |
| H A D | PPDirectives.cpp | 2507 SourceLocation IncludePos = FilenameTok.getLocation(); in HandleHeaderIncludeOrImport() local 2510 if (IncludePos.isMacroID()) in HandleHeaderIncludeOrImport() 2511 IncludePos = SourceMgr.getExpansionRange(IncludePos).getEnd(); in HandleHeaderIncludeOrImport() 2512 FileID FID = SourceMgr.createFileID(*File, IncludePos, FileCharacter); in HandleHeaderIncludeOrImport()
|