Searched defs:CodeSynthesisContext (Results 1 – 2 of 2) sorted by relevance
12911 struct CodeSynthesisContext { struct12913 enum SynthesisKind {13025 } Kind;13028 bool SavedInNonInstantiationSFINAEContext;13031 bool InConstraintSubstitution;13034 SourceLocation PointOfInstantiation;13037 Decl *Entity;13042 NamedDecl *Template;13044 union {13055 union {[all …]
401 using CodeSynthesisContext = Sema::CodeSynthesisContext; typedef in __anon5e3a907a0311::DefaultTemplateInstCallback