Home
last modified time | relevance | path

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

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