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

  /external/clang/test/Modules/Inputs/
templates-left.h 45 extern template struct ExplicitInstantiation<false, false>;
46 extern template struct ExplicitInstantiation<false, true>;
47 extern template struct ExplicitInstantiation<true, false>;
48 extern template struct ExplicitInstantiation<true, true>;
51 ExplicitInstantiation<true, false>().f();
52 ExplicitInstantiation<true, true>().f();
templates-top.h 29 template<bool, bool> struct ExplicitInstantiation {
  /external/clang/lib/Parse/
ParseTemplate.cpp 197 TemplateInfo.Kind == ParsedTemplateInfo::ExplicitInstantiation);
203 if (TemplateInfo.Kind == ParsedTemplateInfo::ExplicitInstantiation)
235 if (TemplateInfo.Kind == ParsedTemplateInfo::ExplicitInstantiation) {
    [all...]
ParseDeclCXX.cpp 570 if (TemplateInfo.Kind == ParsedTemplateInfo::ExplicitInstantiation)
    [all...]
ParseDecl.cpp     [all...]
  /external/clang/include/clang/Parse/
Parser.h     [all...]

Completed in 182 milliseconds