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

  /external/clang/include/clang/Sema/
Template.h 373 Sema::LateInstantiatedAttrVec* LateAttrs;
388 Owner(Owner), TemplateArgs(TemplateArgs), LateAttrs(0), StartingScope(0)
448 LateAttrs = LA;
454 LateAttrs = 0;
Sema.h     [all...]
  /external/clang/include/clang/Parse/
Parser.h     [all...]
  /external/clang/lib/Sema/
SemaTemplateInstantiate.cpp     [all...]
SemaTemplateInstantiateDecl.cpp 123 LateInstantiatedAttrVec *LateAttrs,
137 if (TmplAttr->isLateParsed() && LateAttrs) {
143 LateAttrs->push_back(LateInstantiatedAttribute(TmplAttr, Saved, New));
365 SemaRef.InstantiateAttrs(TemplateArgs, D, Var, LateAttrs, StartingScope);
504 SemaRef.InstantiateAttrs(TemplateArgs, D, Field, LateAttrs, StartingScope);
    [all...]
  /external/clang/lib/Parse/
ParseDecl.cpp 116 LateParsedAttrList *LateAttrs) {
144 if (LateAttrs && isAttributeLateParsed(*AttrName)) {
147 LateAttrs->push_back(LA);
151 if (!ClassStack.empty() && !LateAttrs->parseSoon())
    [all...]

Completed in 231 milliseconds