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

  /external/clang/test/CXX/basic/basic.types/
p10.cpp 113 struct MemberType {
114 T t; // expected-note {{'MemberType<NonLiteral>' is not literal because it has data member 't' of non-literal type 'NonLiteral'}}
115 constexpr MemberType();
117 constexpr int f(MemberType<int>) { return 0; }
118 constexpr int f(MemberType<NonLiteral>) { return 0; } // expected-error {{not a literal type}}
  /external/clang/lib/Sema/
SemaExprMember.cpp     [all...]

Completed in 42 milliseconds