Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Parse/
HDParseDecl.cpp73 static bool isAttributeLateParsed(const IdentifierInfo &II) { in isAttributeLateParsed() function
161 if (!LateAttrs || !isAttributeLateParsed(*AttrName)) { in ParseGNUAttributes()