Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManager.h869 FileID createFileID(const FileEntry *SourceFile, SourceLocation IncludePos,
874 FileID createFileID(FileEntryRef SourceFile, SourceLocation IncludePos,
1843 SourceLocation IncludePos,
/freebsd-13.1/contrib/llvm-project/clang/lib/Lex/
H A DPPDirectives.cpp2321 SourceLocation IncludePos = FilenameTok.getLocation(); in HandleHeaderIncludeOrImport() local
2324 if (IncludePos.isMacroID()) in HandleHeaderIncludeOrImport()
2325 IncludePos = SourceMgr.getExpansionRange(IncludePos).getEnd(); in HandleHeaderIncludeOrImport()
2326 FileID FID = SourceMgr.createFileID(*File, IncludePos, FileCharacter); in HandleHeaderIncludeOrImport()