Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp275 void Parser::LateParsedDeclaration::ParseLexedAttributes() {} in ParseLexedAttributes() function in Parser::LateParsedDeclaration
297 void Parser::LateParsedClass::ParseLexedAttributes() { in ParseLexedAttributes() function in Parser::LateParsedClass
298 Self->ParseLexedAttributes(*Class); in ParseLexedAttributes()
317 void Parser::LateParsedAttribute::ParseLexedAttributes() { in ParseLexedAttributes() function in Parser::LateParsedAttribute
712 void Parser::ParseLexedAttributes(ParsingClass &Class) { in ParseLexedAttributes() function in Parser
716 LateD->ParseLexedAttributes(); in ParseLexedAttributes()
H A DParseDeclCXX.cpp3789 ParseLexedAttributes(getCurrentClass()); in ParseCXXMemberSpecification()
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h1125 virtual void ParseLexedAttributes();
1139 void ParseLexedAttributes() override;
1169 void ParseLexedAttributes() override;
1334 void ParseLexedAttributes(ParsingClass &Class);