Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp241 void Parser::LateParsedDeclaration::ParseLexedAttributes() {} in ParseLexedAttributes() function in Parser::LateParsedDeclaration
263 void Parser::LateParsedClass::ParseLexedAttributes() { in ParseLexedAttributes() function in Parser::LateParsedClass
264 Self->ParseLexedAttributes(*Class); in ParseLexedAttributes()
283 void Parser::LateParsedAttribute::ParseLexedAttributes() { in ParseLexedAttributes() function in Parser::LateParsedAttribute
686 void Parser::ParseLexedAttributes(ParsingClass &Class) { in ParseLexedAttributes() function in Parser
690 LateD->ParseLexedAttributes(); in ParseLexedAttributes()
H A DParseDeclCXX.cpp3686 ParseLexedAttributes(getCurrentClass()); in ParseCXXMemberSpecification()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h1305 virtual void ParseLexedAttributes();
1319 void ParseLexedAttributes() override;
1345 void ParseLexedAttributes() override;
1602 void ParseLexedAttributes(ParsingClass &Class);