Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h9187 struct CodeSynthesisContext { struct
9189 enum SynthesisKind {
9289 } Kind;
9292 bool SavedInNonInstantiationSFINAEContext;
9295 SourceLocation PointOfInstantiation;
9298 Decl *Entity;
9303 NamedDecl *Template;
9305 union {
9316 union {
9341 CodeSynthesisContext() in CodeSynthesisContext() argument
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DFrontendActions.cpp349 using CodeSynthesisContext = Sema::CodeSynthesisContext; typedef in __anon497139710311::DefaultTemplateInstCallback