Home
last modified time | relevance | path

Searched refs:LateFieldAttrs (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp4906 LateParsedAttrList *LateFieldAttrs) { in ParseStructDeclaration() argument
4912 return ParseStructDeclaration(DS, FieldsCallback, LateFieldAttrs); in ParseStructDeclaration()
4977 MaybeParseGNUAttributes(DeclaratorInfo.D, LateFieldAttrs); in ParseStructDeclaration()
4982 DistributeCLateParsedAttrs(Field, LateFieldAttrs); in ParseStructDeclaration()
5085 LateParsedAttrList LateFieldAttrs(/*PSoon=*/true, in ParseStructUnionBody() local
5150 ParseStructDeclaration(DS, CFieldCallback, &LateFieldAttrs); in ParseStructUnionBody()
5191 MaybeParseGNUAttributes(attrs, &LateFieldAttrs); in ParseStructUnionBody()
5194 ParseLexedCAttributeList(LateFieldAttrs, /*EnterScope=*/false); in ParseStructUnionBody()
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h2551 LateParsedAttrList *LateFieldAttrs = nullptr);