Home
last modified time | relevance | path

Searched defs:CodeSynthesisContext (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h12654 struct CodeSynthesisContext { struct
12656 enum SynthesisKind {
12765 } Kind;
12768 bool SavedInNonInstantiationSFINAEContext;
12771 SourceLocation PointOfInstantiation;
12774 Decl *Entity;
12779 NamedDecl *Template;
12781 union {
12792 union {
12817 CodeSynthesisContext() in CodeSynthesisContext() argument
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendActions.cpp385 using CodeSynthesisContext = Sema::CodeSynthesisContext; typedef in __anon5e3a907a0311::DefaultTemplateInstCallback