Home | History | Annotate | Download | only in Sema

Lines Matching defs:NameLoc

437   /// \param NameLoc The source location of the template name.
452 SourceLocation NameLoc,
801 SourceLocation NameLoc,
808 = getDerived().RebuildTemplateName(SS, *Name, NameLoc, QualType(), 0);
823 getDerived().RebuildTemplateSpecializationType(InstName, NameLoc, Args);
970 SourceLocation NameLoc,
983 SourceLocation NameLoc,
2838 SourceLocation NameLoc,
2846 = cast_or_null<TemplateDecl>(getDerived().TransformDecl(NameLoc,
2875 NameLoc,
2880 return getDerived().RebuildTemplateName(SS, DTN->getOperator(), NameLoc,
2886 = cast_or_null<TemplateDecl>(getDerived().TransformDecl(NameLoc,
2902 getDerived().TransformDecl(NameLoc, SubstPack->getParameterPack()));
9108 SourceLocation NameLoc,
9112 TemplateName.setIdentifier(&Name, NameLoc);
9127 SourceLocation NameLoc,
9131 SourceLocation SymbolLocations[3] = { NameLoc, NameLoc, NameLoc };
9132 Name.setOperatorFunctionId(NameLoc, Operator, SymbolLocations);
9217 DeclarationNameLoc &NameLoc = DRE->getNameInfo().getInfo();
9219 NameLoc.CXXOperatorName.BeginOpNameLoc);
9221 NameLoc.CXXOperatorName.EndOpNameLoc);