Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DParsedAttr.h435 bool isDeclspecPropertyAttribute() const { in isDeclspecPropertyAttribute() function
556 assert(isDeclspecPropertyAttribute() && in getPropertyDataGetter()
562 assert(isDeclspecPropertyAttribute() && in getPropertyDataSetter()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp3162 return AL.isDeclspecPropertyAttribute(); in getMSPropertyAttr()