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

  /external/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp 69 const Attr *TmplAttr = *i;
72 if (const AlignedAttr *Aligned = dyn_cast<AlignedAttr>(TmplAttr)) {
95 if (TmplAttr->isLateParsed() && LateAttrs) {
101 LateAttrs->push_back(LateInstantiatedAttribute(TmplAttr, Saved, New));
103 Attr *NewAttr = sema::instantiateTemplateAttribute(TmplAttr, Context,
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 76 milliseconds