Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h9463 struct CodeSynthesisContext { struct
9465 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
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendActions.cpp357 using CodeSynthesisContext = Sema::CodeSynthesisContext; typedef in __anonfa7087f00311::DefaultTemplateInstCallback