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

  /external/clang/include/clang/Sema/
Template.h 477 bool SubstQualifier(const DeclaratorDecl *OldDecl,
479 bool SubstQualifier(const TagDecl *OldDecl,
Sema.h     [all...]
  /external/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp 28 bool TemplateDeclInstantiator::SubstQualifier(const DeclaratorDecl *OldDecl,
30 if (!OldDecl->getQualifierLoc())
34 = SemaRef.SubstNestedNameSpecifierLoc(OldDecl->getQualifierLoc(),
44 bool TemplateDeclInstantiator::SubstQualifier(const TagDecl *OldDecl,
46 if (!OldDecl->getQualifierLoc())
50 = SemaRef.SubstNestedNameSpecifierLoc(OldDecl->getQualifierLoc(),
    [all...]
SemaDeclCXX.cpp     [all...]
SemaDecl.cpp     [all...]

Completed in 36 milliseconds