Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
HDParsedAttr.h340 bool isDeclspecPropertyAttribute() const { in isDeclspecPropertyAttribute() function
461 assert(isDeclspecPropertyAttribute() && in getPropertyDataGetter()
467 assert(isDeclspecPropertyAttribute() && in getPropertyDataSetter()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaDeclCXX.cpp3090 return AL.isDeclspecPropertyAttribute(); in getMSPropertyAttr()