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

/external/clang/lib/Sema/
H A DSemaTemplate.cpp2223 SourceLocation TagLoc,
2252 SpecTL.setElaboratedKeywordLoc(TagLoc);
2285 TagLoc, *Id)) {
2286 Diag(TagLoc, diag::err_use_with_wrong_tag)
2288 << FixItHint::CreateReplacement(SourceRange(TagLoc), D->getKindName());
2308 ElabTL.setElaboratedKeywordLoc(TagLoc);
7692 SourceLocation TagLoc, SourceLocation NameLoc) {
7715 TL.setElaboratedKeywordLoc(TagLoc);
2221 ActOnTagTemplateIdType(TagUseKind TUK, TypeSpecifierType TagSpec, SourceLocation TagLoc, CXXScopeSpec &SS, SourceLocation TemplateKWLoc, TemplateTy TemplateD, SourceLocation TemplateLoc, SourceLocation LAngleLoc, ASTTemplateArgsPtr TemplateArgsIn, SourceLocation RAngleLoc) argument
7690 ActOnDependentTag(Scope *S, unsigned TagSpec, TagUseKind TUK, const CXXScopeSpec &SS, IdentifierInfo *Name, SourceLocation TagLoc, SourceLocation NameLoc) argument
H A DSemaDeclCXX.cpp11609 unsigned TagSpec, SourceLocation TagLoc,
11622 TagLoc, NameLoc, SS, nullptr, TempParamLists, /*friend*/ true,
11629 return CheckClassTemplate(S, TagSpec, TUK_Friend, TagLoc,
11662 return ActOnTag(S, TagSpec, TUK_Friend, TagLoc, SS, Name, NameLoc,
11675 QualType T = CheckTypenameType(Keyword, TagLoc, QualifierLoc,
11684 TL.setElaboratedKeywordLoc(TagLoc);
11689 TL.setElaboratedKeywordLoc(TagLoc);
11714 TL.setElaboratedKeywordLoc(TagLoc);
11608 ActOnTemplatedFriendTag(Scope *S, SourceLocation FriendLoc, unsigned TagSpec, SourceLocation TagLoc, CXXScopeSpec &SS, IdentifierInfo *Name, SourceLocation NameLoc, AttributeList *Attr, MultiTemplateParamsArg TempParamLists) argument
/external/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp8511 SMLoc TagLoc; local
8512 TagLoc = Parser.getTok().getLoc();
8517 Error(TagLoc, "attribute name not recognised: " + Name);
8525 TagLoc = Parser.getTok().getLoc();
8533 Error(TagLoc, "expected numeric constant");

Completed in 207 milliseconds