Home
last modified time | relevance | path

Searched refs:TypeInBase (Results 1 – 2 of 2) sorted by relevance

/external/clang/test/SemaTemplate/
Dtypename-specifier.cpp203 Bar<TypeInBase> x; // expected-error {{use of undeclared identifier 'TypeInBase'}}
210 Bar<T::TypeInBase> y;
221 typedef int TypeInBase; typedef
/external/clang/lib/Sema/
DSemaDecl.cpp326 if (ParsedType TypeInBase = in getTypeName() local
328 return TypeInBase; in getTypeName()
793 if (ParsedType TypeInBase = in ClassifyName() local
795 return TypeInBase; in ClassifyName()