Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/Parse/
H A DParser.h882 virtual void ParseLexedAttributes();
895 void ParseLexedAttributes() override;
919 void ParseLexedAttributes() override;
1172 void ParseLexedAttributes(ParsingClass &Class);
/minix3/external/bsd/llvm/dist/clang/lib/Parse/
H A DParseDecl.cpp1085 void Parser::LateParsedDeclaration::ParseLexedAttributes() {} in ParseLexedAttributes() function in Parser::LateParsedDeclaration
1087 void Parser::LateParsedClass::ParseLexedAttributes() { in ParseLexedAttributes() function in Parser::LateParsedClass
1088 Self->ParseLexedAttributes(*Class); in ParseLexedAttributes()
1091 void Parser::LateParsedAttribute::ParseLexedAttributes() { in ParseLexedAttributes() function in Parser::LateParsedAttribute
1097 void Parser::ParseLexedAttributes(ParsingClass &Class) { in ParseLexedAttributes() function in Parser
1118 Class.LateParsedDeclarations[i]->ParseLexedAttributes(); in ParseLexedAttributes()
H A DParseDeclCXX.cpp2905 ParseLexedAttributes(getCurrentClass()); in ParseCXXMemberSpecification()