HomeSort by relevance Sort by last modified time
    Searched refs:DontWalkPreviousDeclAfterMerging (Results 1 - 3 of 3) 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; }; };
  /external/clang/test/Modules/
cxx-templates.cpp 144 typedef DontWalkPreviousDeclAfterMerging<int> dwpdam_typedef_2;
146 DontWalkPreviousDeclAfterMerging<int>::Inner::type dwpdam;

Completed in 302 milliseconds