Home
last modified time | relevance | path

Searched defs:FromFile (Results 1 – 11 of 11) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp264 /// Writes out bytes from \p FromFile, starting at \p NextToWrite and ending at in OutputContentUpTo() argument
254 std::optional<MemoryBufferRef> FromFile = detectMainFileEOL() local
334 CommentOutDirective(Lexer & DirectiveLex,const Token & StartToken,const MemoryBufferRef & FromFile,StringRef LocalEOL,unsigned & NextToWrite,int & Line,const IncludedFile * Inc) CommentOutDirective() argument
381 MemoryBufferRef FromFile; Process() local
[all...]
H A DRewriteMacros.cpp67 llvm::MemoryBufferRef FromFile = SM.getBufferOrFake(SM.getMainFileID()); in LexRawTokensFromMainFile() local
/freebsd-src/contrib/llvm-project/clang/lib/Rewrite/
H A DTokenRewriter.cpp31 llvm::MemoryBufferRef FromFile = SM.getBufferOrFake(FID); in TokenRewriter() local
H A DHTMLRewrite.cpp449 llvm::MemoryBufferRef FromFile = SM.getBufferOrFake(FID); SyntaxHighlight() local
540 llvm::MemoryBufferRef FromFile = SM.getBufferOrFake(FID); HighlightMacros() local
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/
H A DDependencyGraph.cpp77 OptionalFileEntryRef FromFile = InclusionDirective() local
H A DFrontendActions.cpp946 llvm::MemoryBufferRef FromFile = SM.getBufferOrFake(SM.getMainFileID()); ExecuteAction() local
1138 llvm::MemoryBufferRef FromFile = SM.getBufferOrFake(SM.getMainFileID()); ExecuteAction() local
H A DCompilerInstance.cpp403 FileEntryRef FromFile = in InitializeFileRemapping() local
428 const FileEntry *FromFile = InitializeFileRemapping() local
H A DVerifyDiagnosticConsumer.cpp833 llvm::MemoryBufferRef FromFile = SM.getBufferOrFake(FID); findDirectives() local
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp1437 Expected<PythonFile> PythonFile::FromFile(File &file, const char *mode) { in FromFile() function in PythonFile
/freebsd-src/contrib/llvm-project/clang/lib/Lex/
H A DPPDirectives.cpp953 LookupFile(SourceLocation FilenameLoc,StringRef Filename,bool isAngled,ConstSearchDirIterator FromDir,const FileEntry * FromFile,ConstSearchDirIterator * CurDirArg,SmallVectorImpl<char> * SearchPath,SmallVectorImpl<char> * RelativePath,ModuleMap::KnownHeader * SuggestedModule,bool * IsMapped,bool * IsFrameworkFound,bool SkipCache,bool OpenFile,bool CacheFailures) LookupFile() argument
H A DLexer.cpp168 Lexer(FileID FID,const llvm::MemoryBufferRef & FromFile,const SourceManager & SM,const LangOptions & langOpts,bool IsFirstIncludeOfFile) Lexer() argument