| /freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/ |
| H A D | MCAsmParser.cpp | 151 SMLoc TagLoc; in parseGNUAttribute() local 152 TagLoc = getTok().getLoc(); in parseGNUAttribute()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/AsmParser/ |
| H A D | CSKYAsmParser.cpp | 1543 SMLoc TagLoc; in parseDirectiveAttribute() local 1544 TagLoc = Parser.getTok().getLoc(); in parseDirectiveAttribute() 1550 return Error(TagLoc, "attribute name not recognised: " + Name); in parseDirectiveAttribute() 1556 TagLoc = Parser.getTok().getLoc(); in parseDirectiveAttribute() 1562 return Error(TagLoc, "expected numeric constant"); in parseDirectiveAttribute()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/ |
| H A D | HexagonAsmParser.cpp | 670 SMLoc TagLoc = Parser.getTok().getLoc(); in parseDirectiveAttribute() local 676 return Error(TagLoc, "attribute name not recognized: " + Name); in parseDirectiveAttribute() 682 TagLoc = Parser.getTok().getLoc(); in parseDirectiveAttribute() 687 if (check(!CE, TagLoc, "expected numeric constant")) in parseDirectiveAttribute()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/ |
| H A D | RISCVAsmParser.cpp | 3237 SMLoc TagLoc; in parseDirectiveAttribute() local 3238 TagLoc = Parser.getTok().getLoc(); in parseDirectiveAttribute() 3244 return Error(TagLoc, "attribute name not recognised: " + Name); in parseDirectiveAttribute() 3250 TagLoc = Parser.getTok().getLoc(); in parseDirectiveAttribute() 3255 if (check(!CE, TagLoc, "expected numeric constant")) in parseDirectiveAttribute()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplate.cpp | 3950 SourceLocation TagLoc, in ActOnTagTemplateIdType() argument 3981 SpecTL.setElaboratedKeywordLoc(TagLoc); in ActOnTagTemplateIdType() 4015 TagLoc, Id)) { in ActOnTagTemplateIdType() 4016 Diag(TagLoc, diag::err_use_with_wrong_tag) in ActOnTagTemplateIdType() 4018 << FixItHint::CreateReplacement(SourceRange(TagLoc), D->getKindName()); in ActOnTagTemplateIdType() 4038 ElabTL.setElaboratedKeywordLoc(TagLoc); in ActOnTagTemplateIdType() 10799 SourceLocation TagLoc, in ActOnDependentTag() argument 10823 TL.setElaboratedKeywordLoc(TagLoc); in ActOnDependentTag()
|
| H A D | SemaDeclCXX.cpp | 17893 Scope *S, SourceLocation FriendLoc, unsigned TagSpec, SourceLocation TagLoc, in ActOnTemplatedFriendTag() argument 17904 TagLoc, NameLoc, SS, nullptr, TempParamLists, /*friend*/ true, in ActOnTemplatedFriendTag() 17911 return CheckClassTemplate(S, TagSpec, TagUseKind::Friend, TagLoc, SS, in ActOnTemplatedFriendTag() 17945 return ActOnTag(S, TagSpec, TagUseKind::Friend, TagLoc, SS, Name, NameLoc, in ActOnTemplatedFriendTag() 17959 QualType T = CheckTypenameType(Keyword, TagLoc, QualifierLoc, in ActOnTemplatedFriendTag() 17968 TL.setElaboratedKeywordLoc(TagLoc); in ActOnTemplatedFriendTag() 17973 TL.setElaboratedKeywordLoc(TagLoc); in ActOnTemplatedFriendTag() 18014 TL.setElaboratedKeywordLoc(TagLoc); in ActOnTemplatedFriendTag()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Parse/ |
| H A D | Parser.h | 1943 void ParseEnumSpecifier(SourceLocation TagLoc, DeclSpec &DS, 3368 void ParseClassSpecifier(tok::TokenKind TagTokKind, SourceLocation TagLoc,
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/ |
| H A D | ARMAsmParser.cpp | 11869 SMLoc TagLoc; in parseDirectiveEabiAttr() local 11870 TagLoc = Parser.getTok().getLoc(); in parseDirectiveEabiAttr() 11876 Error(TagLoc, "attribute name not recognised: " + Name); in parseDirectiveEabiAttr() 11884 TagLoc = Parser.getTok().getLoc(); in parseDirectiveEabiAttr() 11889 if (check(!CE, TagLoc, "expected numeric constant")) in parseDirectiveEabiAttr()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 6279 unsigned TagSpec, SourceLocation TagLoc, 11622 TagUseKind TUK, TypeSpecifierType TagSpec, SourceLocation TagLoc, 12284 SourceLocation TagLoc, SourceLocation NameLoc);
|