Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Basic/
DSourceManager.cpp528 SourceLocation IncludePos, in createFileID() argument
534 return createFileIDImpl(IR, SourceFile->getName(), IncludePos, FileCharacter, in createFileID()
539 SourceLocation IncludePos, in createFileID() argument
544 return createFileIDImpl(IR, SourceFile.getName(), IncludePos, FileCharacter, in createFileID()
587 SourceLocation IncludePos, in createFileIDImpl() argument
596 LoadedOffset, FileInfo::get(IncludePos, File, FileCharacter, Filename)); in createFileIDImpl()
603 Diag.Report(IncludePos, diag::err_include_too_large); in createFileIDImpl()
608 FileInfo::get(IncludePos, File, FileCharacter, Filename))); in createFileIDImpl()
/external/clang/include/clang/Basic/
DSourceManager.h778 FileID createFileID(const FileEntry *SourceFile, SourceLocation IncludePos,
785 return createFileID(IR, IncludePos, FileCharacter, LoadedID, LoadedOffset);
1651 SourceLocation IncludePos,
/external/llvm-project/clang/include/clang/Basic/
DSourceManager.h869 FileID createFileID(const FileEntry *SourceFile, SourceLocation IncludePos,
873 FileID createFileID(FileEntryRef SourceFile, SourceLocation IncludePos,
1826 SourceLocation IncludePos,
/external/clang/lib/Lex/
DPPDirectives.cpp2006 SourceLocation IncludePos = End; in HandleIncludeDirective() local
2009 if (IncludePos.isMacroID()) in HandleIncludeDirective()
2010 IncludePos = SourceMgr.getExpansionRange(IncludePos).second; in HandleIncludeDirective()
2011 FileID FID = SourceMgr.createFileID(File, IncludePos, FileCharacter); in HandleIncludeDirective()
/external/llvm-project/clang/lib/Lex/
DPPDirectives.cpp2226 SourceLocation IncludePos = FilenameTok.getLocation(); in HandleHeaderIncludeOrImport() local
2229 if (IncludePos.isMacroID()) in HandleHeaderIncludeOrImport()
2230 IncludePos = SourceMgr.getExpansionRange(IncludePos).getEnd(); in HandleHeaderIncludeOrImport()
2231 FileID FID = SourceMgr.createFileID(*File, IncludePos, FileCharacter); in HandleHeaderIncludeOrImport()
/external/clang/lib/Basic/
DSourceManager.cpp560 SourceLocation IncludePos, in createFileID() argument
569 FileInfo::get(IncludePos, File, FileCharacter)); in createFileID()
574 FileInfo::get(IncludePos, File, in createFileID()