Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Sema/
H A DParsedAttr.h460 bool isDeclspecPropertyAttribute() const { in isDeclspecPropertyAttribute() function
581 assert(isDeclspecPropertyAttribute() && in getPropertyDataGetter()
587 assert(isDeclspecPropertyAttribute() && in getPropertyDataSetter()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclCXX.cpp3202 return AL.isDeclspecPropertyAttribute(); in getMSPropertyAttr()