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 361 Sema::LateInstantiatedAttrVec* LateAttrs;
375 TemplateArgs(TemplateArgs), LateAttrs(0), StartingScope(0) { }
434 LateAttrs = LA;
440 LateAttrs = 0;
Sema.h     [all...]
  /external/clang/include/clang/Parse/
Parser.h     [all...]
  /external/clang/lib/Sema/
SemaTemplateInstantiate.cpp     [all...]
SemaTemplateInstantiateDecl.cpp 65 LateInstantiatedAttrVec *LateAttrs,
95 if (TmplAttr->isLateParsed() && LateAttrs) {
101 LateAttrs->push_back(LateInstantiatedAttribute(TmplAttr, Saved, New));
329 SemaRef.InstantiateAttrs(TemplateArgs, D, Var, LateAttrs, StartingScope);
441 SemaRef.InstantiateAttrs(TemplateArgs, D, Field, LateAttrs, StartingScope);
    [all...]
  /external/clang/lib/Parse/
ParseDecl.cpp 109 LateParsedAttrList *LateAttrs) {
137 if (LateAttrs && isAttributeLateParsed(*AttrName)) {
140 LateAttrs->push_back(LA);
    [all...]

Completed in 63 milliseconds