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

  /external/clang/include/clang/Sema/
Template.h 491 bool SubstQualifier(const DeclaratorDecl *OldDecl,
493 bool SubstQualifier(const TagDecl *OldDecl,
  /external/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp 28 bool TemplateDeclInstantiator::SubstQualifier(const DeclaratorDecl *OldDecl,
44 bool TemplateDeclInstantiator::SubstQualifier(const TagDecl *OldDecl,
349 if (SubstQualifier(D, Var))
662 if (SubstQualifier(D, Enum)) return 0;
    [all...]

Completed in 132 milliseconds