Searched defs:CodeSynthesisContext (Results 1 – 2 of 2) sorted by relevance
9463 struct CodeSynthesisContext { struct9465 enum SynthesisKind {9571 } Kind;9574 bool SavedInNonInstantiationSFINAEContext;9577 SourceLocation PointOfInstantiation;9580 Decl *Entity;9585 NamedDecl *Template;9587 union {9598 union {9623 CodeSynthesisContext() in CodeSynthesisContext() argument
357 using CodeSynthesisContext = Sema::CodeSynthesisContext; typedef in __anonfa7087f00311::DefaultTemplateInstCallback