Searched defs:createFileID (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManager.h831 FileID createFileID(const FileEntry *SourceFile, SourceLocation IncludePos, function in class:clang::SourceManager
842 FileID createFileID(FileEntryRef SourceFile, SourceLocation IncludePos, function in class:clang::SourceManager
856 FileID createFileID(std::unique_ptr<llvm::MemoryBuffer> Buffer, function in class:clang::SourceManager
872 FileID createFileID(UnownedTag, const llvm::MemoryBuffer *Buffer, function in class:clang::SourceManager
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp566 FileID SourceManager::createFileID(const ContentCache *File, StringRef Filename, function in class:SourceManager

Completed in 73 milliseconds