Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DParsedAttr.h355 bool isDeclspecPropertyAttribute() const { in isDeclspecPropertyAttribute() function
482 assert(isDeclspecPropertyAttribute() && in getPropertyDataGetter()
488 assert(isDeclspecPropertyAttribute() && in getPropertyDataSetter()
926 return AL->isDeclspecPropertyAttribute(); in getMSPropertyAttr()