Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/MC/MCParser/
H A DMCAsmParser.cpp147 SMLoc TagLoc; in parseGNUAttribute() local
148 TagLoc = getTok().getLoc(); in parseGNUAttribute()
/llvm-project-15.0.7/llvm/lib/Target/CSKY/AsmParser/
H A DCSKYAsmParser.cpp1636 SMLoc TagLoc; in parseDirectiveAttribute() local
1637 TagLoc = Parser.getTok().getLoc(); in parseDirectiveAttribute()
1643 Error(TagLoc, "attribute name not recognised: " + Name); in parseDirectiveAttribute()
1651 TagLoc = Parser.getTok().getLoc(); in parseDirectiveAttribute()
1656 if (check(!CE, TagLoc, "expected numeric constant")) in parseDirectiveAttribute()
/llvm-project-15.0.7/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp2164 SMLoc TagLoc; in parseDirectiveAttribute() local
2165 TagLoc = Parser.getTok().getLoc(); in parseDirectiveAttribute()
2171 Error(TagLoc, "attribute name not recognised: " + Name); in parseDirectiveAttribute()
2179 TagLoc = Parser.getTok().getLoc(); in parseDirectiveAttribute()
2184 if (check(!CE, TagLoc, "expected numeric constant")) in parseDirectiveAttribute()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaTemplate.cpp4068 SourceLocation TagLoc, in ActOnTagTemplateIdType() argument
4100 SpecTL.setElaboratedKeywordLoc(TagLoc); in ActOnTagTemplateIdType()
4134 TagLoc, Id)) { in ActOnTagTemplateIdType()
4135 Diag(TagLoc, diag::err_use_with_wrong_tag) in ActOnTagTemplateIdType()
4137 << FixItHint::CreateReplacement(SourceRange(TagLoc), D->getKindName()); in ActOnTagTemplateIdType()
4157 ElabTL.setElaboratedKeywordLoc(TagLoc); in ActOnTagTemplateIdType()
10445 SourceLocation TagLoc, SourceLocation NameLoc) { in ActOnDependentTag() argument
10468 TL.setElaboratedKeywordLoc(TagLoc); in ActOnDependentTag()
H A DSemaDeclCXX.cpp16720 unsigned TagSpec, SourceLocation TagLoc, in ActOnTemplatedFriendTag() argument
16732 TagLoc, NameLoc, SS, nullptr, TempParamLists, /*friend*/ true, in ActOnTemplatedFriendTag()
16739 return CheckClassTemplate(S, TagSpec, TUK_Friend, TagLoc, SS, Name, in ActOnTemplatedFriendTag()
16771 return ActOnTag(S, TagSpec, TUK_Friend, TagLoc, SS, Name, NameLoc, in ActOnTemplatedFriendTag()
16785 QualType T = CheckTypenameType(Keyword, TagLoc, QualifierLoc, in ActOnTemplatedFriendTag()
16794 TL.setElaboratedKeywordLoc(TagLoc); in ActOnTemplatedFriendTag()
16799 TL.setElaboratedKeywordLoc(TagLoc); in ActOnTemplatedFriendTag()
16824 TL.setElaboratedKeywordLoc(TagLoc); in ActOnTemplatedFriendTag()
/llvm-project-15.0.7/clang/include/clang/Parse/
H A DParser.h2384 void ParseEnumSpecifier(SourceLocation TagLoc, DeclSpec &DS,
3086 void ParseClassSpecifier(tok::TokenKind TagTokKind, SourceLocation TagLoc,
/llvm-project-15.0.7/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp11378 SMLoc TagLoc; in parseDirectiveEabiAttr() local
11379 TagLoc = Parser.getTok().getLoc(); in parseDirectiveEabiAttr()
11385 Error(TagLoc, "attribute name not recognised: " + Name); in parseDirectiveEabiAttr()
11393 TagLoc = Parser.getTok().getLoc(); in parseDirectiveEabiAttr()
11398 if (check(!CE, TagLoc, "expected numeric constant")) in parseDirectiveEabiAttr()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h3249 unsigned TagSpec, SourceLocation TagLoc,
3260 SourceLocation TagLoc,
7944 SourceLocation TagLoc,