Searched refs:ParseLexedAttributeList (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseCXXInlineMethods.cpp | 757 void Parser::ParseLexedAttributeList(LateParsedAttrList &LAs, Decl *D, in ParseLexedAttributeList() function in Parser
|
H A D | Parser.cpp | 1523 ParseLexedAttributeList(*LateParsedAttrs, Res, false, true); in ParseFunctionDefinition()
|
H A D | ParseDecl.cpp | 2518 ParseLexedAttributeList(LateParsedAttrs, FirstDecl, true, false); in ParseDeclGroup()
|
/freebsd/contrib/llvm-project/clang/include/clang/Parse/ |
H A D | Parser.h | 1650 void ParseLexedAttributeList(LateParsedAttrList &LAs, Decl *D,
|