Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DConfigCompile.cpp95 struct FragmentCompiler { struct
96 FragmentCompiler(CompiledFragmentImpl &Out, DiagnosticCallback D, in FragmentCompiler() function
142 FragmentCompiler &Outer;
150 FragmentCompiler &Outer) in EnumSwitch()
619 FragmentCompiler{*Result, D, Source.Manager.get()}.compile(std::move(*this)); in compile()