Searched refs:TmplAttr (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp69 const Attr *TmplAttr = *i; local
72 if (const AlignedAttr *Aligned = dyn_cast<AlignedAttr>(TmplAttr)) {
97 if (TmplAttr->isLateParsed() && LateAttrs) {
103 LateAttrs->push_back(LateInstantiatedAttribute(TmplAttr, Saved, New));
105 Attr *NewAttr = sema::instantiateTemplateAttribute(TmplAttr, Context,
H A DSemaTemplateInstantiate.cpp1990 instantiateTemplateAttribute(I->TmplAttr, Context, *this, TemplateArgs);
/external/clang/include/clang/Sema/
H A DSema.h5902 const Attr *TmplAttr; member in struct:clang::Sema::LateInstantiatedAttribute
5908 : TmplAttr(A), Scope(S), NewDecl(D)

Completed in 83 milliseconds