Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h13613 struct LateInstantiatedAttribute { struct
13618 LateInstantiatedAttribute(const Attr *A, LocalInstantiationScope *S, in LateInstantiatedAttribute() argument
13622 typedef SmallVector<LateInstantiatedAttribute, 16> LateInstantiatedAttrVec;
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp880 LateAttrs->push_back(LateInstantiatedAttribute(TmplAttr, Saved, New)); in InstantiateAttrs()