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

  /external/clang/test/SemaCXX/
pseudo-destructors.cpp 89 void AliasTemplate(int *p) {
cxx98-compat.cpp 131 template<typename T> using AliasTemplate = T; // expected-warning {{alias declarations are incompatible with C++98}}
  /external/clang/test/Modules/Inputs/
cxx-templates-b.h 75 template<typename U> using AliasTemplate = U;
cxx-templates-a.h 80 template<typename T> using AliasTemplate = T;
  /external/clang/lib/Sema/
SemaTemplate.cpp     [all...]

Completed in 149 milliseconds