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

  /external/clang/test/CXX/basic/basic.lookup/basic.lookup.qual/class.qual/
p2.cpp 35 namespace InhCtor {
45 using InhCtor::T::T;
53 int n = b.T(); // expected-error {{'T' is a protected member of 'InhCtor::A'}}
104 using InhCtor::NS::NS; // expected-error {{using declaration in class refers into 'InhCtor::NS::', which is not a class}}
  /external/clang/test/CXX/except/except.spec/
p14.cpp 116 namespace InhCtor {

Completed in 812 milliseconds