Searched defs:CompilerContext (Results 1 – 2 of 2) sorted by relevance
52 struct CompilerContext { struct 53 CompilerContext(CompilerContextKind t, ConstString n) : kind(t), name(n) {} in CompilerContext() argument 66 const CompilerContext &rhs); argument 62 kindCompilerContext global() argument [all...]
192 static cl::opt<std::string> CompilerContext( global() variable