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