Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Frontend/
DPrecompiledPreamble.h42 PreambleBounds ComputePreambleBounds(const LangOptions &LangOpts,
82 const llvm::MemoryBuffer *MainFileBuffer, PreambleBounds Bounds,
92 PreambleBounds getBounds() const;
107 const llvm::MemoryBuffer *MainFileBuffer, PreambleBounds Bounds,
234 void configurePreamble(PreambleBounds Bounds, CompilerInvocation &CI,
/external/llvm-project/clang-tools-extra/clangd/
DPreamble.h124 PreambleBounds modifiedBounds() const { return ModifiedBounds; } in modifiedBounds()
136 PreambleBounds ModifiedBounds = {0, false};
DParsedAST.cpp123 const PreambleBounds &PB) { in attach()
141 const LangOptions &LangOpts, const PreambleBounds &PB) in ReplayPreamble()
DPreamble.cpp222 PreambleBounds Bounds = {0, false};
DCodeComplete.cpp1118 PreambleBounds PreambleRegion = in semaCodeComplete()
/external/llvm-project/clang/lib/Frontend/
DPrecompiledPreamble.cpp305 PreambleBounds clang::ComputePreambleBounds(const LangOptions &LangOpts, in ComputePreambleBounds()
313 const llvm::MemoryBuffer *MainFileBuffer, PreambleBounds Bounds, in Build()
478 PreambleBounds PrecompiledPreamble::getBounds() const { in getBounds()
479 return PreambleBounds(PreambleBytes.size(), PreambleEndsAtStartOfLine); in getBounds()
505 PreambleBounds Bounds, in CanReuse()
617 PreambleBounds Bounds(PreambleBytes.size(), PreambleEndsAtStartOfLine); in AddImplicitPreamble()
800 PreambleBounds Bounds, CompilerInvocation &CI, in configurePreamble()
DASTUnit.cpp1317 PreambleBounds Bounds = ComputePreambleBounds( in getMainBufferWithPrecompiledPreamble()
/external/llvm-project/clang/include/clang/Lex/
DLexer.h58 struct PreambleBounds { struct
68 PreambleBounds(unsigned Size, bool PreambleEndsAtStartOfLine) in PreambleBounds() argument
516 static PreambleBounds ComputePreamble(StringRef Buffer,
/external/llvm-project/clang/lib/Lex/
DLexer.cpp585 PreambleBounds Lexer::ComputePreamble(StringRef Buffer, in ComputePreamble()
717 return PreambleBounds(End.getRawEncoding() - FileLoc.getRawEncoding(), in ComputePreamble()