Searched refs:ParseAttributeArgsCommon (Results 1 – 3 of 3) sorted by relevance
/netbsd/external/apache2/llvm/dist/clang/lib/Parse/ |
H A D | ParseDecl.cpp | 355 unsigned Parser::ParseAttributeArgsCommon( in ParseAttributeArgsCommon() function in Parser 509 ParseAttributeArgsCommon(AttrName, AttrNameLoc, Attrs, EndLoc, ScopeName, in ParseGNUAttributeArgs() 524 return ParseAttributeArgsCommon(AttrName, AttrNameLoc, Attrs, EndLoc, in ParseClangAttributeArgs() 680 ParseAttributeArgsCommon(AttrName, AttrNameLoc, Attrs, nullptr, nullptr, in ParseMicrosoftDeclSpecArgs()
|
H A D | ParseDeclCXX.cpp | 4127 ParseAttributeArgsCommon(AttrName, AttrNameLoc, Attrs, EndLoc, in ParseCXX11AttributeArgs()
|
/netbsd/external/apache2/llvm/dist/clang/include/clang/Parse/ |
H A D | Parser.h | 2641 ParseAttributeArgsCommon(IdentifierInfo *AttrName, SourceLocation AttrNameLoc,
|