Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp239 void Parser::LateParsedDeclaration::ParseLexedAttributes() {} in ParseLexedAttributes() function in Parser::LateParsedDeclaration
261 void Parser::LateParsedClass::ParseLexedAttributes() { in ParseLexedAttributes() function in Parser::LateParsedClass
262 Self->ParseLexedAttributes(*Class); in ParseLexedAttributes()
281 void Parser::LateParsedAttribute::ParseLexedAttributes() { in ParseLexedAttributes() function in Parser::LateParsedAttribute
678 void Parser::ParseLexedAttributes(ParsingClass &Class) { in ParseLexedAttributes() function in Parser
682 LateD->ParseLexedAttributes(); in ParseLexedAttributes()
H A DParseDeclCXX.cpp3533 ParseLexedAttributes(getCurrentClass()); in ParseCXXMemberSpecification()
/llvm-project-15.0.7/clang/include/clang/Parse/
H A DParser.h1267 virtual void ParseLexedAttributes();
1281 void ParseLexedAttributes() override;
1307 void ParseLexedAttributes() override;
1564 void ParseLexedAttributes(ParsingClass &Class);