Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Sema/
DParsedAttr.h423 bool isDeclspecPropertyAttribute() const { in isDeclspecPropertyAttribute() function
544 assert(isDeclspecPropertyAttribute() && in getPropertyDataGetter()
550 assert(isDeclspecPropertyAttribute() && in getPropertyDataSetter()
/external/clang/include/clang/Sema/
DAttributeList.h362 bool isDeclspecPropertyAttribute() const { in isDeclspecPropertyAttribute() function
491 assert(isDeclspecPropertyAttribute() && "Not a __delcspec(property) attribute"); in getPropertyData()
/external/clang/lib/Sema/
DSemaDeclCXX.cpp1994 if (it->isDeclspecPropertyAttribute()) in getMSPropertyAttr()
/external/llvm-project/clang/lib/Sema/
DSemaDeclCXX.cpp3137 return AL.isDeclspecPropertyAttribute(); in getMSPropertyAttr()