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

  /external/clang/lib/Parse/
ParseTemplate.cpp 244 LateParsedAttrList LateParsedAttrs;
246 MaybeParseGNUAttributes(DeclaratorInfo, &LateParsedAttrs);
263 if (LateParsedAttrs.size() > 0)
264 ParseLexedAttributeList(LateParsedAttrs, ThisDecl, true, false);
280 &LateParsedAttrs);
    [all...]
ParseDeclCXX.cpp     [all...]
ParseDecl.cpp     [all...]

Completed in 45 milliseconds