Searched defs:Priv (Results 1 – 14 of 14) sorted by relevance
16 Priv, enumerator
67 class Priv { class68 Priv() {} in Priv() function in Priv
12 auto Priv = reinterpret_cast<void (Private::*)(char *)>(&Private::check); // expected-error{{'check… variable
31 struct Priv : private Base {}; // expected-note 4 {{declared private here}} struct
32 struct Priv : private Base {}; // expected-note 4 {{declared private here}} struct
55 uint32_t Priv; member
31 uint32_t Priv = 0; member
27 uint32_t Priv = 0; member
120 class Priv { class in Access
171 IdentifierInfo *Priv = nullptr; variable
192 Expr *Priv = nullptr; variable
2700 Expr *Priv = Record.readExpr(); in VisitOMPDeclareReductionDecl() local