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 127 const Attr *TmplAttr = *i;
130 const AlignedAttr *Aligned = dyn_cast<AlignedAttr>(TmplAttr);
136 assert(!TmplAttr->isPackExpansion());
137 if (TmplAttr->isLateParsed() && LateAttrs) {
143 LateAttrs->push_back(LateInstantiatedAttribute(TmplAttr, Saved, New));
145 Attr *NewAttr = sema::instantiateTemplateAttribute(TmplAttr, Context,
    [all...]
SemaTemplateInstantiate.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 47 milliseconds