Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp534 SourceLocation IncludePos, in createFileID() argument
546 return createFileIDImpl(IR, SourceFile.getName(), IncludePos, FileCharacter, in createFileID()
591 SourceLocation IncludePos, in createFileIDImpl() argument
601 LoadedOffset, FileInfo::get(IncludePos, File, FileCharacter, Filename)); in createFileIDImpl()
608 Diag.Report(IncludePos, diag::err_sloc_space_too_large); in createFileIDImpl()
614 FileInfo::get(IncludePos, File, FileCharacter, Filename))); in createFileIDImpl()
/freebsd-14.2/contrib/llvm-project/clang/lib/Lex/
H A DPPDirectives.cpp2558 SourceLocation IncludePos = FilenameTok.getLocation(); in HandleHeaderIncludeOrImport() local
2561 if (IncludePos.isMacroID()) in HandleHeaderIncludeOrImport()
2562 IncludePos = SourceMgr.getExpansionRange(IncludePos).getEnd(); in HandleHeaderIncludeOrImport()
2563 FileID FID = SourceMgr.createFileID(*File, IncludePos, FileCharacter); in HandleHeaderIncludeOrImport()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManager.h911 FileID createFileID(FileEntryRef SourceFile, SourceLocation IncludePos,
1911 SourceLocation IncludePos,