Searched defs:Okay (Results 1 - 2 of 2) sorted by relevance

/external/clang/test/CXX/class/class.union/
H A Dp1.cpp5 class Okay { class
13 class VirtualBase : virtual Okay { // expected-note 4 {{because type 'VirtualBase' has a virtual base class}}
47 Okay okay;
73 Okay okay;
92 struct s7 : Okay {
123 Either<int,Okay> okay(0);
/external/clang/lib/Sema/
H A DSemaTemplate.cpp4070 // Okay: this is the address of a non-static member, and therefore
4228 // Okay: no conversion necessary
5514 bool Okay = false; local
5518 Okay = true;
5523 if (!Okay) {
5712 // Okay, we're just specializing something that is either already
7129 // Okay, it's a member of an unknown instantiation.

Completed in 82 milliseconds