Home
last modified time | relevance | path

Searched refs:PreambleBounds (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/gnu/llvm/clang/include/clang/Frontend/
DPrecompiledPreamble.h42 PreambleBounds ComputePreambleBounds(const LangOptions &LangOpts,
82 const llvm::MemoryBuffer *MainFileBuffer, PreambleBounds Bounds,
93 PreambleBounds getBounds() const;
109 PreambleBounds Bounds, llvm::vfs::FileSystem &VFS) const;
168 void configurePreamble(PreambleBounds Bounds, CompilerInvocation &CI,
/openbsd/src/gnu/llvm/clang/lib/Frontend/
DPrecompiledPreamble.cpp340 PreambleBounds clang::ComputePreambleBounds(const LangOptions &LangOpts, in ComputePreambleBounds()
402 const llvm::MemoryBuffer *MainFileBuffer, PreambleBounds Bounds, in Build()
567 PreambleBounds PrecompiledPreamble::getBounds() const { in getBounds()
568 return PreambleBounds(PreambleBytes.size(), PreambleEndsAtStartOfLine); in getBounds()
590 PreambleBounds Bounds, in CanReuse()
702 PreambleBounds Bounds(PreambleBytes.size(), PreambleEndsAtStartOfLine); in AddImplicitPreamble()
750 PreambleBounds Bounds, CompilerInvocation &CI, in configurePreamble()
DASTUnit.cpp1332 PreambleBounds Bounds = ComputePreambleBounds( in getMainBufferWithPrecompiledPreamble()
/openbsd/src/gnu/llvm/clang/include/clang/Lex/
DLexer.h60 struct PreambleBounds { struct
70 PreambleBounds(unsigned Size, bool PreambleEndsAtStartOfLine) in PreambleBounds() argument
548 static PreambleBounds ComputePreamble(StringRef Buffer,
/openbsd/src/gnu/llvm/clang/lib/Lex/
DLexer.cpp588 PreambleBounds Lexer::ComputePreamble(StringRef Buffer, in ComputePreamble()
722 return PreambleBounds(End.getRawEncoding() - FileLoc.getRawEncoding(), in ComputePreamble()