Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseDecl.cpp209 static bool attributeHasIdentifierArg(const IdentifierInfo &II) { in attributeHasIdentifierArg() function
293 bool IsIdentifierArg = attributeHasIdentifierArg(*AttrName) || in ParseAttributeArgsCommon()