Searched defs:CompilerContext (Results 1 – 2 of 2) sorted by relevance
27 struct CompilerContext { struct28 CompilerContext(CompilerContextKind t, ConstString n) : kind(t), name(n) {} in CompilerContext() function37 CompilerContextKind kind; argument43 bool contextMatches(llvm::ArrayRef<CompilerContext> context_chain, argument
143 static cl::opt<std::string> CompilerContext( variable