Home
last modified time | relevance | path

Searched refs:TagLoc (Results 1 – 8 of 8) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DMCAsmParser.cpp149 SMLoc TagLoc; in parseGNUAttribute() local
150 TagLoc = getTok().getLoc(); in parseGNUAttribute()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/CSKY/AsmParser/
H A DCSKYAsmParser.cpp1545 SMLoc TagLoc; in parseDirectiveAttribute() local
1546 TagLoc = Parser.getTok().getLoc(); in parseDirectiveAttribute()
1552 return Error(TagLoc, "attribute name not recognised: " + Name); in parseDirectiveAttribute()
1558 TagLoc = Parser.getTok().getLoc(); in parseDirectiveAttribute()
1564 return Error(TagLoc, "expected numeric constant"); in parseDirectiveAttribute()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp2950 SMLoc TagLoc; in parseDirectiveAttribute() local
2951 TagLoc = Parser.getTok().getLoc(); in parseDirectiveAttribute()
2957 return Error(TagLoc, "attribute name not recognised: " + Name); in parseDirectiveAttribute()
2963 TagLoc = Parser.getTok().getLoc(); in parseDirectiveAttribute()
2968 if (check(!CE, TagLoc, "expected numeric constant")) in parseDirectiveAttribute()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp4355 SourceLocation TagLoc, in ActOnTagTemplateIdType() argument
4387 SpecTL.setElaboratedKeywordLoc(TagLoc); in ActOnTagTemplateIdType()
4421 TagLoc, Id)) { in ActOnTagTemplateIdType()
4422 Diag(TagLoc, diag::err_use_with_wrong_tag) in ActOnTagTemplateIdType()
4424 << FixItHint::CreateReplacement(SourceRange(TagLoc), D->getKindName()); in ActOnTagTemplateIdType()
4444 ElabTL.setElaboratedKeywordLoc(TagLoc); in ActOnTagTemplateIdType()
11003 SourceLocation TagLoc, SourceLocation NameLoc) { in ActOnDependentTag() argument
11027 TL.setElaboratedKeywordLoc(TagLoc); in ActOnDependentTag()
H A DSemaDeclCXX.cpp17609 Scope *S, SourceLocation FriendLoc, unsigned TagSpec, SourceLocation TagLoc, in ActOnTemplatedFriendTag() argument
17619 TagLoc, NameLoc, SS, nullptr, TempParamLists, /*friend*/ true, in ActOnTemplatedFriendTag()
17626 return CheckClassTemplate(S, TagSpec, TUK_Friend, TagLoc, SS, Name, in ActOnTemplatedFriendTag()
17658 return ActOnTag(S, TagSpec, TUK_Friend, TagLoc, SS, Name, NameLoc, Attr, in ActOnTemplatedFriendTag()
17672 QualType T = CheckTypenameType(Keyword, TagLoc, QualifierLoc, in ActOnTemplatedFriendTag()
17681 TL.setElaboratedKeywordLoc(TagLoc); in ActOnTemplatedFriendTag()
17686 TL.setElaboratedKeywordLoc(TagLoc); in ActOnTemplatedFriendTag()
17711 TL.setElaboratedKeywordLoc(TagLoc); in ActOnTemplatedFriendTag()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h2478 void ParseEnumSpecifier(SourceLocation TagLoc, DeclSpec &DS,
3251 void ParseClassSpecifier(tok::TokenKind TagTokKind, SourceLocation TagLoc,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp11552 SMLoc TagLoc; in parseDirectiveEabiAttr() local
11553 TagLoc = Parser.getTok().getLoc(); in parseDirectiveEabiAttr()
11559 Error(TagLoc, "attribute name not recognised: " + Name); in parseDirectiveEabiAttr()
11567 TagLoc = Parser.getTok().getLoc(); in parseDirectiveEabiAttr()
11572 if (check(!CE, TagLoc, "expected numeric constant")) in parseDirectiveEabiAttr()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h3403 unsigned TagSpec, SourceLocation TagLoc,
3414 SourceLocation TagLoc,
8394 SourceLocation TagLoc,