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 488 bool SubstQualifier(const DeclaratorDecl *OldDecl,
490 bool SubstQualifier(const TagDecl *OldDecl,
Sema.h     [all...]
  /external/clang/lib/Sema/
SemaDecl.cpp     [all...]
SemaTemplateInstantiateDecl.cpp 39 bool TemplateDeclInstantiator::SubstQualifier(const DeclaratorDecl *OldDecl,
41 if (!OldDecl->getQualifierLoc())
45 = SemaRef.SubstNestedNameSpecifierLoc(OldDecl->getQualifierLoc(),
55 bool TemplateDeclInstantiator::SubstQualifier(const TagDecl *OldDecl,
57 if (!OldDecl->getQualifierLoc())
61 = SemaRef.SubstNestedNameSpecifierLoc(OldDecl->getQualifierLoc(),
    [all...]
SemaDeclCXX.cpp     [all...]

Completed in 102 milliseconds