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.cpp317 void Parser::LateParsedAttribute::ParseLexedAttributes() { in ParseLexedAttributes()
732 void Parser::ParseLexedAttribute(LateParsedAttribute &LA, in ParseLexedAttribute()
H A DParseDecl.cpp185 LateParsedAttribute *LA = in ParseSingleGNUAttribute()
186 new LateParsedAttribute(this, *AttrName, AttrNameLoc); in ParseSingleGNUAttribute()
4785 void Parser::ParseLexedCAttribute(LateParsedAttribute &LA, bool EnterScope, in ParseLexedCAttribute()
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h1157 struct LateParsedAttribute : public LateParsedDeclaration { struct
1165 explicit LateParsedAttribute(Parser *P, IdentifierInfo &Name, in LateParsedAttribute() argument
1195 class LateParsedAttrList : public SmallVector<LateParsedAttribute *, 2> {
1345 void ParseLexedAttribute(LateParsedAttribute &LA, bool EnterScope,
1487 void ParseLexedCAttribute(LateParsedAttribute &LA, bool EnterScope,