Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/Parse/
HDParser.h903 virtual void ParseLexedAttributes();
916 void ParseLexedAttributes() override;
940 void ParseLexedAttributes() override;
1192 void ParseLexedAttributes(ParsingClass &Class);
/NextBSD/contrib/llvm/tools/clang/lib/Parse/
HDParseDecl.cpp1116 void Parser::LateParsedDeclaration::ParseLexedAttributes() {} in ParseLexedAttributes() function in Parser::LateParsedDeclaration
1118 void Parser::LateParsedClass::ParseLexedAttributes() { in ParseLexedAttributes() function in Parser::LateParsedClass
1119 Self->ParseLexedAttributes(*Class); in ParseLexedAttributes()
1122 void Parser::LateParsedAttribute::ParseLexedAttributes() { in ParseLexedAttributes() function in Parser::LateParsedAttribute
1128 void Parser::ParseLexedAttributes(ParsingClass &Class) { in ParseLexedAttributes() function in Parser
1149 Class.LateParsedDeclarations[i]->ParseLexedAttributes(); in ParseLexedAttributes()
HDParseDeclCXX.cpp3059 ParseLexedAttributes(getCurrentClass()); in ParseCXXMemberSpecification()