Searched defs:FragmentCompiler (Results 1 – 1 of 1) sorted by relevance
95 struct FragmentCompiler { struct96 FragmentCompiler(CompiledFragmentImpl &Out, DiagnosticCallback D, in FragmentCompiler() function99 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 …]