Searched defs:Priv (Results 1 – 10 of 10) sorted by relevance
4 class Priv { class5 Priv() {} in Priv() function in Priv
116 class Priv { class123 Priv::Priv() {} in Priv() function in Priv
12 auto Priv = reinterpret_cast<void (Private::*)(char *)>(&Private::check); // expected-error{{'check… variable
34 struct Priv : private Base {}; // expected-note 4 {{declared private here}} struct
37 uint32_t Priv = 0; member
124 class Priv { class in Access
191 Expr *Priv = nullptr; variable
2751 enum BodyGenTy { Priv, DupNoPriv, NoPriv }; global() enumerator
3077 Expr *Priv = Record.readExpr(); VisitOMPDeclareReductionDecl() local