Searched defs:FragmentCompiler (Results 1 – 1 of 1) sorted by relevance
92 struct FragmentCompiler { struct93 FragmentCompiler(CompiledFragmentImpl &Out, DiagnosticCallback D, in FragmentCompiler() function96 CompiledFragmentImpl &Out;97 DiagnosticCallback Diagnostic;98 llvm::SourceMgr *SourceMgr;100 std::string FragmentDirectory;102 llvm::Optional<llvm::Regex> compileRegex(const Located<std::string> &Text) { in compileRegex()113 llvm::Optional<std::string> makeAbsolute(Located<std::string> Path, in makeAbsolute()135 template <typename T> class EnumSwitch {175 EnumSwitch<T> compileEnum(llvm::StringRef EnumName, in compileEnum()[all …]