Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseDecl.cpp272 static bool attributeHasIdentifierArg(const IdentifierInfo &II) { in attributeHasIdentifierArg() function
372 bool IsIdentifierArg = attributeHasIdentifierArg(*AttrName) || in ParseAttributeArgsCommon()