OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:aliastemplate
(Results
1 - 5
of
5
) sorted by null
/external/clang/test/Modules/Inputs/
cxx-templates-a.h
80
template<typename T> using
AliasTemplate
= T;
cxx-templates-b.h
75
template<typename U> using
AliasTemplate
= U;
/external/clang/test/SemaCXX/
pseudo-destructors.cpp
89
void
AliasTemplate
(int *p) {
cxx98-compat.cpp
134
template<typename T> using
AliasTemplate
= T; // expected-warning {{alias declarations are incompatible with C++98}}
/external/clang/lib/Sema/
SemaTemplate.cpp
[
all
...]
Completed in 412 milliseconds