Home
last modified time | relevance | path

Searched defs:ParseLexedAttributes (Results 1 – 1 of 1) 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
327 void Parser::LateParsedAttribute::ParseLexedAttributes() { in ParseLexedAttributes() function in Parser::LateParsedAttribute
749 void Parser::ParseLexedAttributes(ParsingClass &Class) { in ParseLexedAttributes() function in Parser