| /llvm-project-15.0.7/llvm/lib/MC/MCParser/ |
| H A D | MCAsmParser.cpp | 147 SMLoc TagLoc; in parseGNUAttribute() local 148 TagLoc = getTok().getLoc(); in parseGNUAttribute()
|
| /llvm-project-15.0.7/llvm/lib/Target/CSKY/AsmParser/ |
| H A D | CSKYAsmParser.cpp | 1636 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 D | RISCVAsmParser.cpp | 2164 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 D | SemaTemplate.cpp | 4068 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 D | SemaDeclCXX.cpp | 16720 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 D | Parser.h | 2384 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 D | ARMAsmParser.cpp | 11378 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 D | Sema.h | 3249 unsigned TagSpec, SourceLocation TagLoc, 3260 SourceLocation TagLoc, 7944 SourceLocation TagLoc,
|