Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Basic/
H A DSourceManager.cpp533 SourceLocation IncludePos, in createFileID() argument
537 return createFileID(SourceFile->getLastRef(), IncludePos, FileCharacter, in createFileID()
542 SourceLocation IncludePos, in createFileID() argument
554 return createFileIDImpl(IR, SourceFile.getName(), IncludePos, FileCharacter, in createFileID()
599 SourceLocation IncludePos, in createFileIDImpl() argument
609 LoadedOffset, FileInfo::get(IncludePos, File, FileCharacter, Filename)); in createFileIDImpl()
616 Diag.Report(IncludePos, diag::err_include_too_large); in createFileIDImpl()
621 FileInfo::get(IncludePos, File, FileCharacter, Filename))); in createFileIDImpl()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DSourceManager.h870 FileID createFileID(const FileEntry *SourceFile, SourceLocation IncludePos,
875 FileID createFileID(FileEntryRef SourceFile, SourceLocation IncludePos,
1859 SourceLocation IncludePos,
/llvm-project-15.0.7/clang/lib/Lex/
H A DPPDirectives.cpp2516 SourceLocation IncludePos = FilenameTok.getLocation(); in HandleHeaderIncludeOrImport() local
2519 if (IncludePos.isMacroID()) in HandleHeaderIncludeOrImport()
2520 IncludePos = SourceMgr.getExpansionRange(IncludePos).getEnd(); in HandleHeaderIncludeOrImport()
2521 FileID FID = SourceMgr.createFileID(*File, IncludePos, FileCharacter); in HandleHeaderIncludeOrImport()