Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DMCAsmParser.cpp148 SMLoc TagLoc; in parseGNUAttribute() local
149 TagLoc = getTok().getLoc(); in parseGNUAttribute()
/freebsd/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/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp668 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 DRISCVAsmParser.cpp3013 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 DSemaTemplate.cpp3665 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 DSemaDeclCXX.cpp17388 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 DParser.h2541 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 DARMAsmParser.cpp11811 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 DSema.h5851 unsigned TagSpec, SourceLocation TagLoc,
11404 TagUseKind TUK, TypeSpecifierType TagSpec, SourceLocation TagLoc,
12047 SourceLocation TagLoc, SourceLocation NameLoc);