/freebsd-src/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
H A D | InclusionRewriter.cpp | 264 /// 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 D | RewriteMacros.cpp | 67 llvm::MemoryBufferRef FromFile = SM.getBufferOrFake(SM.getMainFileID()); in LexRawTokensFromMainFile() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Rewrite/ |
H A D | TokenRewriter.cpp | 31 llvm::MemoryBufferRef FromFile = SM.getBufferOrFake(FID); in TokenRewriter() local
|
H A D | HTMLRewrite.cpp | 449 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 D | DependencyGraph.cpp | 77 OptionalFileEntryRef FromFile = InclusionDirective() local
|
H A D | FrontendActions.cpp | 946 llvm::MemoryBufferRef FromFile = SM.getBufferOrFake(SM.getMainFileID()); ExecuteAction() local 1138 llvm::MemoryBufferRef FromFile = SM.getBufferOrFake(SM.getMainFileID()); ExecuteAction() local
|
H A D | CompilerInstance.cpp | 403 FileEntryRef FromFile = in InitializeFileRemapping() local 428 const FileEntry *FromFile = InitializeFileRemapping() local
|
H A D | VerifyDiagnosticConsumer.cpp | 833 llvm::MemoryBufferRef FromFile = SM.getBufferOrFake(FID); findDirectives() local
|
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
H A D | PythonDataObjects.cpp | 1437 Expected<PythonFile> PythonFile::FromFile(File &file, const char *mode) { in FromFile() function in PythonFile
|
/freebsd-src/contrib/llvm-project/clang/lib/Lex/ |
H A D | PPDirectives.cpp | 953 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 D | Lexer.cpp | 168 Lexer(FileID FID,const llvm::MemoryBufferRef & FromFile,const SourceManager & SM,const LangOptions & langOpts,bool IsFirstIncludeOfFile) Lexer() argument
|