Searched defs:CompilerContext (Results 1 – 1 of 1) sorted by relevance
50 struct CompilerContext { struct51 CompilerContext(CompilerContextKind t, ConstString n) : kind(t), name(n) {} in CompilerContext() argument60 CompilerContextKind kind; argument66 bool contextMatches(llvm::ArrayRef<CompilerContext> context_chain, argument