Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/Parse/
DParseDecl.cpp71 static bool isAttributeLateParsed(const IdentifierInfo &II) { in isAttributeLateParsed() function
148 if (LateAttrs && isAttributeLateParsed(*AttrName)) { in ParseGNUAttributes()