Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/Parse/
DParseCXXInlineMethods.cpp281 void Parser::LateParsedAttribute::ParseLexedAttributes() { in ParseLexedAttributes()
709 void Parser::ParseLexedAttribute(LateParsedAttribute &LA, in ParseLexedAttribute()
DParseDecl.cpp217 LateParsedAttribute *LA = in ParseGNUAttributes()
218 new LateParsedAttribute(this, *AttrName, AttrNameLoc); in ParseGNUAttributes()
/openbsd/src/gnu/llvm/clang/include/clang/Parse/
DParser.h1313 struct LateParsedAttribute : public LateParsedDeclaration { struct
1321 explicit LateParsedAttribute(Parser *P, IdentifierInfo &Name, in LateParsedAttribute() argument
1351 class LateParsedAttrList: public SmallVector<LateParsedAttribute *, 2> {
1585 void ParseLexedAttribute(LateParsedAttribute &LA,