Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h9330 struct LateInstantiatedAttribute { struct
9335 LateInstantiatedAttribute(const Attr *A, LocalInstantiationScope *S, in LateInstantiatedAttribute() argument
9340 typedef SmallVector<LateInstantiatedAttribute, 16> LateInstantiatedAttrVec;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp733 LateAttrs->push_back(LateInstantiatedAttribute(TmplAttr, Saved, New)); in InstantiateAttrs()