Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp327 void Parser::LateParsedAttribute::ParseLexedAttributes() { in ParseLexedAttributes()
775 void Parser::ParseLexedAttribute(LateParsedAttribute &LA, in ParseLexedAttribute()
H A DParseDecl.cpp264 LateParsedAttribute *LA = in ParseGNUAttributes()
265 new LateParsedAttribute(this, *AttrName, AttrNameLoc); in ParseGNUAttributes()
5011 void Parser::ParseLexedCAttribute(LateParsedAttribute &LA, bool EnterScope, in ParseLexedCAttribute()
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h1369 struct LateParsedAttribute : public LateParsedDeclaration { struct
1377 explicit LateParsedAttribute(Parser *P, IdentifierInfo &Name, in LateParsedAttribute() argument
1407 class LateParsedAttrList: public SmallVector<LateParsedAttribute *, 2> {
1654 void ParseLexedAttribute(LateParsedAttribute &LA,
1656 void ParseLexedCAttribute(LateParsedAttribute &LA, bool EnterScope,