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.cpp285 void Parser::LateParsedDeclaration::ParseLexedAttributes() {} in ParseLexedAttributes() function in Parser::LateParsedDeclaration
307 void Parser::LateParsedClass::ParseLexedAttributes() { in ParseLexedAttributes() function in Parser::LateParsedClass
308 Self->ParseLexedAttributes(*Class); in ParseLexedAttributes()
327 void Parser::LateParsedAttribute::ParseLexedAttributes() { in ParseLexedAttributes() function in Parser::LateParsedAttribute
749 void Parser::ParseLexedAttributes(ParsingClass &Class) { in ParseLexedAttributes() function in Parser
753 LateD->ParseLexedAttributes(); in ParseLexedAttributes()
H A DParseDeclCXX.cpp3867 ParseLexedAttributes(getCurrentClass()); in ParseCXXMemberSpecification()
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h1341 virtual void ParseLexedAttributes();
1355 void ParseLexedAttributes() override;
1381 void ParseLexedAttributes() override;
1649 void ParseLexedAttributes(ParsingClass &Class);