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/
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/
DFrontendActions.cpp349 using CodeSynthesisContext = Sema::CodeSynthesisContext; typedef in __anon32c647760311::DefaultTemplateInstCallback