Home
last modified time | relevance | path

Searched refs:ParseLexedAttributes (Results 1 – 3 of 3) sorted by relevance

/external/clang/include/clang/Parse/
DParser.h926 virtual void ParseLexedAttributes();
939 void ParseLexedAttributes() override;
963 void ParseLexedAttributes() override;
1215 void ParseLexedAttributes(ParsingClass &Class);
/external/clang/lib/Parse/
DParseDecl.cpp1146 void Parser::LateParsedDeclaration::ParseLexedAttributes() {} in ParseLexedAttributes() function in Parser::LateParsedDeclaration
1148 void Parser::LateParsedClass::ParseLexedAttributes() { in ParseLexedAttributes() function in Parser::LateParsedClass
1149 Self->ParseLexedAttributes(*Class); in ParseLexedAttributes()
1152 void Parser::LateParsedAttribute::ParseLexedAttributes() { in ParseLexedAttributes() function in Parser::LateParsedAttribute
1158 void Parser::ParseLexedAttributes(ParsingClass &Class) { in ParseLexedAttributes() function in Parser
1179 Class.LateParsedDeclarations[i]->ParseLexedAttributes(); in ParseLexedAttributes()
DParseDeclCXX.cpp3130 ParseLexedAttributes(getCurrentClass()); in ParseCXXMemberSpecification()