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

/netbsd-current/external/apache2/llvm/dist/clang/lib/Rewrite/
H A DTokenRewriter.cpp31 llvm::MemoryBufferRef FromFile = SM.getBufferOrFake(FID); local
/netbsd-current/external/apache2/llvm/dist/clang/lib/Frontend/
H A DDependencyGraph.cpp83 const FileEntry *FromFile local
H A DFrontendActions.cpp757 llvm::MemoryBufferRef FromFile = SM.getBufferOrFake(SM.getMainFileID()); local
948 llvm::MemoryBufferRef FromFile = SM.getBufferOrFake(SM.getMainFileID()); local
H A DCompilerInstance.cpp396 const FileEntry *FromFile = local
427 const FileEntry *FromFile = local
/netbsd-current/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp261 static StringRef DetectEOL(const MemoryBufferRef &FromFile) { argument
276 Optional<MemoryBufferRef> FromFile = *SM.getBufferOrNone(SM.getMainFileID()); local
285 OutputContentUpTo(const MemoryBufferRef &FromFile, unsigned &WriteFrom, unsigned WriteTo, StringRef LocalEOL, int &Line, bool EnsureNewline) argument
336 CommentOutDirective(Lexer &DirectiveLex, const Token &StartToken, const MemoryBufferRef &FromFile, StringRef LocalEOL, unsigned &NextToWrite, int &Line) argument
376 MemoryBufferRef FromFile; local
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/lib/Lex/
H A DPPDirectives.cpp745 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
H A DLexer.cpp161 Lexer::Lexer(FileID FID, const llvm::MemoryBufferRef &FromFile, argument

Completed in 223 milliseconds