Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DAttributeList.h340 bool isDeclspecPropertyAttribute() const { in isDeclspecPropertyAttribute() function
443 assert(isDeclspecPropertyAttribute() && "Not a __delcspec(property) attribute"); in getPropertyData()
/external/clang/lib/Sema/
DSemaDeclCXX.cpp2011 if (it->isDeclspecPropertyAttribute()) in getMSPropertyAttr()