Home
last modified time | relevance | path

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

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