HomeSort by relevance Sort by last modified time
    Searched refs:TmplAttr (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp 171 for (const auto *TmplAttr : Tmpl->attrs()) {
173 const AlignedAttr *Aligned = dyn_cast<AlignedAttr>(TmplAttr);
179 const EnableIfAttr *EnableIf = dyn_cast<EnableIfAttr>(TmplAttr);
186 assert(!TmplAttr->isPackExpansion());
187 if (TmplAttr->isLateParsed() && LateAttrs) {
193 LateAttrs->push_back(LateInstantiatedAttribute(TmplAttr, Saved, New));
202 Attr *NewAttr = sema::instantiateTemplateAttribute(TmplAttr, Context,
    [all...]
SemaTemplateInstantiate.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 74 milliseconds