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

/external/clang/lib/Parse/
H A DParseDecl.cpp71 /// isAttributeLateParsed - Return true if the attribute has arguments that
73 static bool isAttributeLateParsed(const IdentifierInfo &II) { function
159 if (!LateAttrs || !isAttributeLateParsed(*AttrName)) {

Completed in 71 milliseconds