Searched defs:TagLoc (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Sema/
H A DSemaTemplate.cpp2100 SourceLocation TagLoc,
2128 SpecTL.setKeywordLoc(TagLoc);
2160 TagLoc, *Id)) {
2161 Diag(TagLoc, diag::err_use_with_wrong_tag)
2163 << FixItHint::CreateReplacement(SourceRange(TagLoc), D->getKindName());
2182 ElabTL.setKeywordLoc(TagLoc);
6399 SourceLocation TagLoc, SourceLocation NameLoc) {
6423 TL.setKeywordLoc(TagLoc);
2098 ActOnTagTemplateIdType(TagUseKind TUK, TypeSpecifierType TagSpec, SourceLocation TagLoc, CXXScopeSpec &SS, TemplateTy TemplateD, SourceLocation TemplateLoc, SourceLocation LAngleLoc, ASTTemplateArgsPtr TemplateArgsIn, SourceLocation RAngleLoc) argument
6397 ActOnDependentTag(Scope *S, unsigned TagSpec, TagUseKind TUK, const CXXScopeSpec &SS, IdentifierInfo *Name, SourceLocation TagLoc, SourceLocation NameLoc) argument
H A DSemaDeclCXX.cpp9711 unsigned TagSpec, SourceLocation TagLoc,
9722 = MatchTemplateParametersToScopeSpecifier(TagLoc, NameLoc, SS,
9733 return CheckClassTemplate(S, TagSpec, TUK_Friend, TagLoc,
9768 QualType T = CheckTypenameType(Keyword, TagLoc, QualifierLoc,
9776 TL.setKeywordLoc(TagLoc);
9781 TL.setKeywordLoc(TagLoc);
9800 TL.setKeywordLoc(TagLoc);
9710 ActOnTemplatedFriendTag(Scope *S, SourceLocation FriendLoc, unsigned TagSpec, SourceLocation TagLoc, CXXScopeSpec &SS, IdentifierInfo *Name, SourceLocation NameLoc, AttributeList *Attr, MultiTemplateParamsArg TempParamLists) argument

Completed in 511 milliseconds