Home
last modified time | relevance | path

Searched defs: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
99 CompiledFragmentImpl &Out;
100 DiagnosticCallback Diagnostic;
101 llvm::SourceMgr *SourceMgr;
103 std::string FragmentDirectory;
104 bool Trusted = false;
141 template <typename T> class EnumSwitch {
186 void compile(Fragment &&F) { in compile()
203 void compile(Fragment::IfBlock &&F) { in compile()
[all …]