Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp539 SourceLocation IncludePos, in createFileID() argument
551 return createFileIDImpl(IR, SourceFile.getName(), IncludePos, FileCharacter, in createFileID()
596 SourceLocation IncludePos, in createFileIDImpl() argument
606 LoadedOffset, FileInfo::get(IncludePos, File, FileCharacter, Filename)); in createFileIDImpl()
628 Diag.Report(IncludePos, diag::err_sloc_space_too_large); in createFileIDImpl()
635 FileInfo::get(IncludePos, File, FileCharacter, Filename))); in createFileIDImpl()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPDirectives.cpp2668 SourceLocation IncludePos = FilenameTok.getLocation(); in HandleHeaderIncludeOrImport() local
2671 if (IncludePos.isMacroID()) in HandleHeaderIncludeOrImport()
2672 IncludePos = SourceMgr.getExpansionRange(IncludePos).getEnd(); in HandleHeaderIncludeOrImport()
2673 FileID FID = SourceMgr.createFileID(*File, IncludePos, FileCharacter); in HandleHeaderIncludeOrImport()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManager.h919 FileID createFileID(FileEntryRef SourceFile, SourceLocation IncludePos,
1963 SourceLocation IncludePos,