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

/external/clang/lib/Sema/
H A DSemaTemplate.cpp2184 SourceLocation TagLoc,
2213 SpecTL.setElaboratedKeywordLoc(TagLoc);
2246 TagLoc, *Id)) {
2247 Diag(TagLoc, diag::err_use_with_wrong_tag)
2249 << FixItHint::CreateReplacement(SourceRange(TagLoc), D->getKindName());
2269 ElabTL.setElaboratedKeywordLoc(TagLoc);
6887 SourceLocation TagLoc, SourceLocation NameLoc) {
6911 TL.setElaboratedKeywordLoc(TagLoc);
2182 ActOnTagTemplateIdType(TagUseKind TUK, TypeSpecifierType TagSpec, SourceLocation TagLoc, CXXScopeSpec &SS, SourceLocation TemplateKWLoc, TemplateTy TemplateD, SourceLocation TemplateLoc, SourceLocation LAngleLoc, ASTTemplateArgsPtr TemplateArgsIn, SourceLocation RAngleLoc) argument
6885 ActOnDependentTag(Scope *S, unsigned TagSpec, TagUseKind TUK, const CXXScopeSpec &SS, IdentifierInfo *Name, SourceLocation TagLoc, SourceLocation NameLoc) argument
H A DSemaDeclCXX.cpp9907 unsigned TagSpec, SourceLocation TagLoc,
9918 = MatchTemplateParametersToScopeSpecifier(TagLoc, NameLoc, SS,
9929 return CheckClassTemplate(S, TagSpec, TUK_Friend, TagLoc,
9962 return ActOnTag(S, TagSpec, TUK_Friend, TagLoc, SS, Name, NameLoc,
9974 QualType T = CheckTypenameType(Keyword, TagLoc, QualifierLoc,
9982 TL.setElaboratedKeywordLoc(TagLoc);
9987 TL.setElaboratedKeywordLoc(TagLoc);
10010 TL.setElaboratedKeywordLoc(TagLoc);
9906 ActOnTemplatedFriendTag(Scope *S, SourceLocation FriendLoc, unsigned TagSpec, SourceLocation TagLoc, CXXScopeSpec &SS, IdentifierInfo *Name, SourceLocation NameLoc, AttributeList *Attr, MultiTemplateParamsArg TempParamLists) argument

Completed in 116 milliseconds