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.h12911 struct CodeSynthesisContext { struct
12913 enum SynthesisKind {
13025 } Kind;
13028 bool SavedInNonInstantiationSFINAEContext;
13031 bool InConstraintSubstitution;
13034 SourceLocation PointOfInstantiation;
13037 Decl *Entity;
13042 NamedDecl *Template;
13044 union {
13055 union {
[all …]
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendActions.cpp401 using CodeSynthesisContext = Sema::CodeSynthesisContext; typedef in __anon5e3a907a0311::DefaultTemplateInstCallback