Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseDecl.cpp73 static bool isAttributeLateParsed(const IdentifierInfo &II) { in isAttributeLateParsed() function
159 if (!LateAttrs || !isAttributeLateParsed(*AttrName)) { in ParseGNUAttributes()