Home
last modified time | relevance | path

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

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