Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Sema/
HDParsedAttr.h924 const ParsedAttr *getMSPropertyAttr() const { in getMSPropertyAttr() function
932 bool hasMSPropertyAttr() const { return getMSPropertyAttr(); } in hasMSPropertyAttr()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaDeclCXX.cpp3337 D.getDeclSpec().getAttributes().getMSPropertyAttr(); in ActOnCXXMemberDeclarator()