HomeSort by relevance Sort by last modified time
    Searched refs:Virt (Results 1 - 2 of 2) sorted by null

  /external/clang/test/Index/
complete-ctor-inits.cpp 9 struct Virt { };
10 struct Y : virtual Virt { };
18 Z::Z() : ::X<int>(0), Virt(), b(), c() { }
24 // CHECK-CC1: NotImplemented:{TypedText Virt}{LeftParen (}{Placeholder args}{RightParen )} (35)
32 // CHECK-CC2: NotImplemented:{TypedText Virt}{LeftParen (}{Placeholder args}{RightParen )} (35)
39 // CHECK-CC3-NOT: NotImplemented:{TypedText Virt}{LeftParen (}{Placeholder args}{RightParen )}
  /external/clang/test/SemaCXX/
type-traits.cpp 84 struct HasVirt { virtual void Virt() {}; };
    [all...]

Completed in 3387 milliseconds