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.h340 bool isDeclspecPropertyAttribute() const { in isDeclspecPropertyAttribute() function
465 assert(isDeclspecPropertyAttribute() && in getPropertyDataGetter()
471 assert(isDeclspecPropertyAttribute() && in getPropertyDataSetter()
905 return AL->isDeclspecPropertyAttribute(); in getMSPropertyAttr()