Home
last modified time | relevance | path

Searched defs:SetV (Results 1 – 1 of 1) sorted by relevance

/llvm-project/clang/test/SemaCXX/
H A DMicrosoftExtensions.cpp339 __declspec(property(get=GetV, put=SetV)) int V; in SetV() function
353 __declspec(property(get=GetV, put=SetV)) T V; in SetV() function
270 void SetV(int i) {} SetV() function