Searched defs:CodeSynthesisContext (Results 1 – 2 of 2) sorted by relevance
8404 struct CodeSynthesisContext { struct8406 enum SynthesisKind {8499 } Kind;8502 bool SavedInNonInstantiationSFINAEContext;8505 SourceLocation PointOfInstantiation;8508 Decl *Entity;8513 NamedDecl *Template;8517 const TemplateArgument *TemplateArgs;8543 CodeSynthesisContext() in CodeSynthesisContext() argument
385 using CodeSynthesisContext = Sema::CodeSynthesisContext; typedef in __anond347a96a0311::DefaultTemplateInstCallback