Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDSema.h6973 struct LateInstantiatedAttribute { struct
6978 LateInstantiatedAttribute(const Attr *A, LocalInstantiationScope *S, in LateInstantiatedAttribute() argument
6983 typedef SmallVector<LateInstantiatedAttribute, 16> LateInstantiatedAttrVec;
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaTemplateInstantiateDecl.cpp283 LateAttrs->push_back(LateInstantiatedAttribute(TmplAttr, Saved, New)); in InstantiateAttrs()