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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp78 /// isAttributeLateParsed - Return true if the attribute has arguments that
80 static bool isAttributeLateParsed(const IdentifierInfo &II) { function
188 if (!LateAttrs || !isAttributeLateParsed(*AttrName)) {

Completed in 179 milliseconds