Home
last modified time | relevance | path

Searched refs:LateInstantiatedAttribute (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h9728 struct LateInstantiatedAttribute { struct
9733 LateInstantiatedAttribute(const Attr *A, LocalInstantiationScope *S, in LateInstantiatedAttribute() argument
9738 typedef SmallVector<LateInstantiatedAttribute, 16> LateInstantiatedAttrVec;
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp817 LateAttrs->push_back(LateInstantiatedAttribute(TmplAttr, Saved, New)); in InstantiateAttrs()