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

/external/clang/include/clang/Sema/
H A DSema.h5901 struct LateInstantiatedAttribute { struct in class:clang::Sema
5906 LateInstantiatedAttribute(const Attr *A, LocalInstantiationScope *S, function in struct:clang::Sema::LateInstantiatedAttribute
5911 typedef SmallVector<LateInstantiatedAttribute, 16> LateInstantiatedAttrVec;
/external/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp103 LateAttrs->push_back(LateInstantiatedAttribute(TmplAttr, Saved, New));

Completed in 68 milliseconds