Searched refs:ParseAttributeArgsCommon (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseDecl.cpp | 519 unsigned Parser::ParseAttributeArgsCommon( in ParseAttributeArgsCommon() function in Parser 730 ParseAttributeArgsCommon(AttrName, AttrNameLoc, Attrs, EndLoc, ScopeName, in ParseGNUAttributeArgs() 745 return ParseAttributeArgsCommon(AttrName, AttrNameLoc, Attrs, EndLoc, in ParseClangAttributeArgs() 907 ParseAttributeArgsCommon(AttrName, AttrNameLoc, Attrs, nullptr, nullptr, in ParseMicrosoftDeclSpecArgs()
|
H A D | ParseDeclCXX.cpp | 4739 NumArgs = ParseAttributeArgsCommon(AttrName, AttrNameLoc, Attrs, EndLoc, in ParseCXX11AttributeArgs() 4823 ParseAttributeArgsCommon(AttrName, Loc, Attrs, EndLoc, in ParseCXX11AttributeSpecifierInternal()
|
/freebsd/contrib/llvm-project/clang/include/clang/Parse/ |
H A D | Parser.h | 2888 ParseAttributeArgsCommon(IdentifierInfo *AttrName, SourceLocation AttrNameLoc,
|