Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DSema.h7210 struct LateInstantiatedAttribute { struct
7215 LateInstantiatedAttribute(const Attr *A, LocalInstantiationScope *S, in LateInstantiatedAttribute() argument
7220 typedef SmallVector<LateInstantiatedAttribute, 16> LateInstantiatedAttrVec;
/external/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp387 LateAttrs->push_back(LateInstantiatedAttribute(TmplAttr, Saved, New)); in InstantiateAttrs()