Searched defs:CompilerContext (Results 1 – 1 of 1) sorted by relevance
52 struct CompilerContext { struct53 CompilerContext(CompilerContextKind t, ConstString n) : kind(t), name(n) {} in CompilerContext() function62 CompilerContextKind kind; argument66 const CompilerContext &rhs); argument