Home
last modified time | relevance | path

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

/llvm-project/clang/lib/Frontend/
H A DDependencyGraph.cpp82 OptionalFileEntryRef FromFile = in InclusionDirective() local
100 OptionalFileEntryRef FromFile = in EmbedDirective() local
H A DFrontendActions.cpp974 llvm::MemoryBufferRef FromFile = SM.getBufferOrFake(SM.getMainFileID()); ExecuteAction() local
1167 llvm::MemoryBufferRef FromFile = SM.getBufferOrFake(SM.getMainFileID()); ExecuteAction() local
H A DCompilerInstance.cpp403 FileEntryRef FromFile = InitializeFileRemapping() local
427 const FileEntry *FromFile = InitializeFileRemapping() local
H A DVerifyDiagnosticConsumer.cpp838 llvm::MemoryBufferRef FromFile = SM.getBufferOrFake(FID); in findDirectives() local
/llvm-project/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp256 std::optional<MemoryBufferRef> FromFile = in detectMainFileEOL() local
266 void InclusionRewriter::OutputContentUpTo(const MemoryBufferRef &FromFile, in OutputContentUpTo()
336 const MemoryBufferRef &FromFile, in CommentOutDirective()
383 MemoryBufferRef FromFile; in Process() local
H A DRewriteMacros.cpp67 llvm::MemoryBufferRef FromFile = SM.getBufferOrFake(SM.getMainFileID()); LexRawTokensFromMainFile() local
/llvm-project/clang/lib/Rewrite/
H A DTokenRewriter.cpp31 llvm::MemoryBufferRef FromFile = SM.getBufferOrFake(FID); in TokenRewriter() local
H A DHTMLRewrite.cpp481 llvm::MemoryBufferRef FromFile = SM.getBufferOrFake(FID); SyntaxHighlightImpl() local
567 llvm::MemoryBufferRef FromFile = SM.getBufferOrFake(FID); SyntaxHighlight() local
604 llvm::MemoryBufferRef FromFile = SM.getBufferOrFake(FID); HighlightMacrosImpl() local
/llvm-project/llvm/utils/UnicodeData/
H A DUnicodeNameMappingGenerator.cpp37 auto FromFile = [&](const std::string &File, bool IsAliasFile = false) { in loadDataFiles() local
/llvm-project/clang/unittests/AST/
H A DASTImporterFixtures.h391 StringRef FromFile = Action.FromFilename, ToFile = Action.ToFilename; in testImportSequence() local
/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp1437 Expected<PythonFile> PythonFile::FromFile(File &file, const char *mode) { FromFile() function in PythonFile
/llvm-project/clang/lib/Lex/
H A DPPDirectives.cpp954 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.cpp213 Lexer(FileID FID,const llvm::MemoryBufferRef & FromFile,const SourceManager & SM,const LangOptions & langOpts,bool IsFirstIncludeOfFile) Lexer() argument