Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h7169 struct CodeSynthesisContext { struct
7171 enum SynthesisKind {
7228 } Kind;
7231 bool SavedInNonInstantiationSFINAEContext;
7234 SourceLocation PointOfInstantiation;
7237 Decl *Entity;
7242 NamedDecl *Template;
7246 const TemplateArgument *TemplateArgs;
7272 CodeSynthesisContext() in CodeSynthesisContext() argument
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DFrontendActions.cpp374 using CodeSynthesisContext = Sema::CodeSynthesisContext; typedef in __anona1d0afa90311::DefaultTemplateInstCallback