Searched refs:LateParsedAttribute (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseCXXInlineMethods.cpp | 317 void Parser::LateParsedAttribute::ParseLexedAttributes() { in ParseLexedAttributes() 732 void Parser::ParseLexedAttribute(LateParsedAttribute &LA, in ParseLexedAttribute()
|
| H A D | ParseDecl.cpp | 185 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 D | Parser.h | 1157 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,
|