Home
last modified time | relevance | path

Searched defs:MaxLines (Results 1 – 4 of 4) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp354 ComputePreambleBounds(const LangOptions & LangOpts,const llvm::MemoryBufferRef & Buffer,unsigned MaxLines) ComputePreambleBounds() argument
H A DTextDiagnostic.cpp1160 const unsigned MaxLines = DiagOpts->SnippetLineLimit; emitSnippetAndCaret() local
H A DASTUnit.cpp1331 getMainBufferWithPrecompiledPreamble(std::shared_ptr<PCHContainerOperations> PCHContainerOps,CompilerInvocation & PreambleInvocationIn,IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS,bool AllowRebuild,unsigned MaxLines) getMainBufferWithPrecompiledPreamble() argument
/freebsd-src/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp594 ComputePreamble(StringRef Buffer,const LangOptions & LangOpts,unsigned MaxLines) ComputePreamble() argument