Searched defs:FromFile (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Rewrite/
H A DTokenRewriter.cpp31 const llvm::MemoryBuffer *FromFile = SM.getBuffer(FID); local
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DDependencyGraph.cpp83 const FileEntry *FromFile local
H A DFrontendActions.cpp746 const llvm::MemoryBuffer *FromFile = SM.getBuffer(SM.getMainFileID()); local
933 const llvm::MemoryBuffer *FromFile = SM.getBuffer(SM.getMainFileID()); local
H A DVerifyDiagnosticConsumer.cpp812 const llvm::MemoryBuffer *FromFile = SM.getBuffer(FID); local
H A DCompilerInstance.cpp336 const FileEntry *FromFile = local
361 const FileEntry *FromFile = local
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp266 static StringRef DetectEOL(const MemoryBuffer &FromFile) { argument
282 const MemoryBuffer &FromFile = *SM.getBuffer(SM.getMainFileID(), &Invalid); local
291 OutputContentUpTo(const MemoryBuffer &FromFile, unsigned &WriteFrom, unsigned WriteTo, StringRef LocalEOL, int &Line, bool EnsureNewline) argument
342 CommentOutDirective(Lexer &DirectiveLex, const Token &StartToken, const MemoryBuffer &FromFile, StringRef LocalEOL, unsigned &NextToWrite, int &Line) argument
383 const MemoryBuffer &FromFile = *SM.getBuffer(FileId, &Invalid); local
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp1458 Expected<PythonFile> PythonFile::FromFile(File &file, const char *mode) { function in class:PythonFile
/freebsd-11-stable/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp158 Lexer::Lexer(FileID FID, const llvm::MemoryBuffer *FromFile, argument
H A DPPDirectives.cpp718 LookupFile( SourceLocation FilenameLoc, StringRef Filename, bool isAngled, const DirectoryLookup *FromDir, const FileEntry *FromFile, const DirectoryLookup *&CurDir, SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath, ModuleMap::KnownHeader *SuggestedModule, bool *IsMapped, bool *IsFrameworkFound, bool SkipCache) argument

Completed in 339 milliseconds