Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/SemaTemplate/
H A Dtypename-specifier.cpp203 Bar<TypeInBase> x; // expected-error {{use of undeclared identifier 'TypeInBase'}}
210 Bar<T::TypeInBase> y;
221 typedef int TypeInBase; typedef
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDecl.cpp369 if (ParsedType TypeInBase = in getTypeName() local
371 return TypeInBase; in getTypeName()
890 if (ParsedType TypeInBase = in ClassifyName() local
892 return TypeInBase; in ClassifyName()