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

  /external/clang/include/clang/Parse/
Parser.h 786 struct LateParsedAttribute : public LateParsedDeclaration {
793 explicit LateParsedAttribute(Parser *P, IdentifierInfo &Name,
803 class LateParsedAttrList: public SmallVector<LateParsedAttribute *, 2> {
    [all...]
  /external/clang/lib/Parse/
ParseDecl.cpp 145 LateParsedAttribute *LA =
146 new LateParsedAttribute(this, *AttrName, AttrNameLoc);
867 void Parser::LateParsedAttribute::ParseLexedAttributes() {
921 /// for each LateParsedAttribute. We consume the saved tokens and
924 void Parser::ParseLexedAttribute(LateParsedAttribute &LA,
    [all...]

Completed in 31 milliseconds