/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/ |
H A D | MCAsmParser.cpp | 148 SMLoc TagLoc; in parseGNUAttribute() local 149 TagLoc = getTok().getLoc(); in parseGNUAttribute()
|
/freebsd/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/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/ |
H A D | HexagonAsmParser.cpp | 668 SMLoc TagLoc = Parser.getTok().getLoc(); in parseDirectiveAttribute() local 674 return Error(TagLoc, "attribute name not recognized: " + Name); in parseDirectiveAttribute() 680 TagLoc = Parser.getTok().getLoc(); in parseDirectiveAttribute() 685 if (check(!CE, TagLoc, "expected numeric constant")) in parseDirectiveAttribute()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/ |
H A D | RISCVAsmParser.cpp | 3013 SMLoc TagLoc; in parseDirectiveAttribute() local 3014 TagLoc = Parser.getTok().getLoc(); in parseDirectiveAttribute() 3020 return Error(TagLoc, "attribute name not recognised: " + Name); in parseDirectiveAttribute() 3026 TagLoc = Parser.getTok().getLoc(); in parseDirectiveAttribute() 3031 if (check(!CE, TagLoc, "expected numeric constant")) in parseDirectiveAttribute()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaTemplate.cpp | 3665 SourceLocation TagLoc, in ActOnTagTemplateIdType() argument 3697 SpecTL.setElaboratedKeywordLoc(TagLoc); in ActOnTagTemplateIdType() 3731 TagLoc, Id)) { in ActOnTagTemplateIdType() 3732 Diag(TagLoc, diag::err_use_with_wrong_tag) in ActOnTagTemplateIdType() 3734 << FixItHint::CreateReplacement(SourceRange(TagLoc), D->getKindName()); in ActOnTagTemplateIdType() 3754 ElabTL.setElaboratedKeywordLoc(TagLoc); in ActOnTagTemplateIdType() 10231 SourceLocation TagLoc, in ActOnDependentTag() argument 10256 TL.setElaboratedKeywordLoc(TagLoc); in ActOnDependentTag()
|
H A D | SemaDeclCXX.cpp | 17388 Scope *S, SourceLocation FriendLoc, unsigned TagSpec, SourceLocation TagLoc, in ActOnTemplatedFriendTag() argument 17398 TagLoc, NameLoc, SS, nullptr, TempParamLists, /*friend*/ true, in ActOnTemplatedFriendTag() 17405 return CheckClassTemplate(S, TagSpec, TagUseKind::Friend, TagLoc, SS, in ActOnTemplatedFriendTag() 17438 return ActOnTag(S, TagSpec, TagUseKind::Friend, TagLoc, SS, Name, NameLoc, in ActOnTemplatedFriendTag() 17452 QualType T = CheckTypenameType(Keyword, TagLoc, QualifierLoc, in ActOnTemplatedFriendTag() 17461 TL.setElaboratedKeywordLoc(TagLoc); in ActOnTemplatedFriendTag() 17466 TL.setElaboratedKeywordLoc(TagLoc); in ActOnTemplatedFriendTag() 17491 TL.setElaboratedKeywordLoc(TagLoc); in ActOnTemplatedFriendTag()
|
/freebsd/contrib/llvm-project/clang/include/clang/Parse/ |
H A D | Parser.h | 2541 void ParseEnumSpecifier(SourceLocation TagLoc, DeclSpec &DS, 3333 void ParseClassSpecifier(tok::TokenKind TagTokKind, SourceLocation TagLoc,
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/ |
H A D | ARMAsmParser.cpp | 11811 SMLoc TagLoc; in parseDirectiveEabiAttr() local 11812 TagLoc = Parser.getTok().getLoc(); in parseDirectiveEabiAttr() 11818 Error(TagLoc, "attribute name not recognised: " + Name); in parseDirectiveEabiAttr() 11826 TagLoc = Parser.getTok().getLoc(); in parseDirectiveEabiAttr() 11831 if (check(!CE, TagLoc, "expected numeric constant")) in parseDirectiveEabiAttr()
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Sema.h | 5851 unsigned TagSpec, SourceLocation TagLoc, 11404 TagUseKind TUK, TypeSpecifierType TagSpec, SourceLocation TagLoc, 12047 SourceLocation TagLoc, SourceLocation NameLoc);
|