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

  /external/clang/test/SemaTemplate/
typename-specifier.cpp 203 Bar<TypeInBase> x; // expected-error {{use of undeclared identifier 'TypeInBase'}}
210 Bar<T::TypeInBase> y;
221 typedef int TypeInBase;
  /external/clang/lib/Sema/
SemaDecl.cpp 326 if (ParsedType TypeInBase =
328 return TypeInBase;
793 if (ParsedType TypeInBase =
795 return TypeInBase;
    [all...]

Completed in 343 milliseconds