Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h2879 ParseAttributeArgumentList(const clang::IdentifierInfo &AttrName,
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp456 bool Parser::ParseAttributeArgumentList( in ParseAttributeArgumentList() function in Parser
625 if (ParseAttributeArgumentList(*AttrName, ParsedExprs, ArgProperties)) { in ParseAttributeArgsCommon()