Searched defs:CodeSynthesisContext (Results 1 – 2 of 2) sorted by relevance
8936 struct CodeSynthesisContext { struct8938 enum SynthesisKind {9035 } Kind;9038 bool SavedInNonInstantiationSFINAEContext;9041 SourceLocation PointOfInstantiation;9044 Decl *Entity;9049 NamedDecl *Template;9051 union {9062 union {9087 CodeSynthesisContext() in CodeSynthesisContext() function
419 using CodeSynthesisContext = Sema::CodeSynthesisContext; typedef in __anon31651daa0311::DefaultTemplateInstCallback