OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DontWalkPreviousDeclAfterMerging
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/Modules/Inputs/
cxx-templates-c.h
22
template<typename T> struct
DontWalkPreviousDeclAfterMerging
{ struct Inner { typedef T type; }; };
23
typedef
DontWalkPreviousDeclAfterMerging
<char>::Inner dwpdam_typedef;
cxx-templates-a.h
101
template<typename T> struct
DontWalkPreviousDeclAfterMerging
{ struct Inner { typedef T type; }; };
Completed in 362 milliseconds