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 371 Sema::LateInstantiatedAttrVec* LateAttrs;
394 Owner(Owner), TemplateArgs(TemplateArgs), LateAttrs(nullptr),
433 LateAttrs = LA;
439 LateAttrs = nullptr;
Sema.h     [all...]
  /external/clang/include/clang/Parse/
Parser.h     [all...]
  /external/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp 169 LateInstantiatedAttrVec *LateAttrs,
187 if (TmplAttr->isLateParsed() && LateAttrs) {
193 LateAttrs->push_back(LateInstantiatedAttribute(TmplAttr, Saved, New));
417 SemaRef.BuildVariableInstantiation(Var, D, TemplateArgs, LateAttrs, Owner,
496 SemaRef.InstantiateAttrs(TemplateArgs, D, Field, LateAttrs, StartingScope);
554 SemaRef.InstantiateAttrs(TemplateArgs, D, Property, LateAttrs,
    [all...]
SemaTemplateInstantiate.cpp     [all...]
  /external/clang/lib/Parse/
ParseDecl.cpp 124 LateParsedAttrList *LateAttrs,
159 if (!LateAttrs || !isAttributeLateParsed(*AttrName)) {
168 LateAttrs->push_back(LA);
172 if (!ClassStack.empty() && !LateAttrs->parseSoon())
    [all...]

Completed in 2028 milliseconds