| /freebsd-14.2/contrib/llvm-project/llvm/lib/MC/MCParser/ |
| H A D | MCAsmParser.cpp | 149 SMLoc TagLoc; in parseGNUAttribute() local 150 TagLoc = getTok().getLoc(); in parseGNUAttribute()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/CSKY/AsmParser/ |
| H A D | CSKYAsmParser.cpp | 1545 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 D | RISCVAsmParser.cpp | 2950 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 D | SemaTemplate.cpp | 4355 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 D | SemaDeclCXX.cpp | 17609 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 D | Parser.h | 2478 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 D | ARMAsmParser.cpp | 11552 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 D | Sema.h | 3403 unsigned TagSpec, SourceLocation TagLoc, 3414 SourceLocation TagLoc, 8394 SourceLocation TagLoc,
|