Searched refs:TagLoc (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/MC/MCParser/ |
| H A D | MCAsmParser.cpp | 147 SMLoc TagLoc; in parseGNUAttribute() local 148 TagLoc = getTok().getLoc(); in parseGNUAttribute()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/ |
| H A D | RISCVAsmParser.cpp | 1968 SMLoc TagLoc; in parseDirectiveAttribute() local 1969 TagLoc = Parser.getTok().getLoc(); in parseDirectiveAttribute() 1975 Error(TagLoc, "attribute name not recognised: " + Name); in parseDirectiveAttribute() 1983 TagLoc = Parser.getTok().getLoc(); in parseDirectiveAttribute() 1988 if (check(!CE, TagLoc, "expected numeric constant")) in parseDirectiveAttribute()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplate.cpp | 4010 SourceLocation TagLoc, in ActOnTagTemplateIdType() argument 4042 SpecTL.setElaboratedKeywordLoc(TagLoc); in ActOnTagTemplateIdType() 4076 TagLoc, Id)) { in ActOnTagTemplateIdType() 4077 Diag(TagLoc, diag::err_use_with_wrong_tag) in ActOnTagTemplateIdType() 4079 << FixItHint::CreateReplacement(SourceRange(TagLoc), D->getKindName()); in ActOnTagTemplateIdType() 4099 ElabTL.setElaboratedKeywordLoc(TagLoc); in ActOnTagTemplateIdType() 10343 SourceLocation TagLoc, SourceLocation NameLoc) { in ActOnDependentTag() argument 10366 TL.setElaboratedKeywordLoc(TagLoc); in ActOnDependentTag()
|
| H A D | SemaDeclCXX.cpp | 16464 unsigned TagSpec, SourceLocation TagLoc, in ActOnTemplatedFriendTag() argument 16476 TagLoc, NameLoc, SS, nullptr, TempParamLists, /*friend*/ true, in ActOnTemplatedFriendTag() 16483 return CheckClassTemplate(S, TagSpec, TUK_Friend, TagLoc, SS, Name, in ActOnTemplatedFriendTag() 16515 return ActOnTag(S, TagSpec, TUK_Friend, TagLoc, SS, Name, NameLoc, in ActOnTemplatedFriendTag() 16529 QualType T = CheckTypenameType(Keyword, TagLoc, QualifierLoc, in ActOnTemplatedFriendTag() 16538 TL.setElaboratedKeywordLoc(TagLoc); in ActOnTemplatedFriendTag() 16543 TL.setElaboratedKeywordLoc(TagLoc); in ActOnTemplatedFriendTag() 16568 TL.setElaboratedKeywordLoc(TagLoc); in ActOnTemplatedFriendTag()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Parse/ |
| H A D | Parser.h | 2354 void ParseEnumSpecifier(SourceLocation TagLoc, DeclSpec &DS, 3104 void ParseClassSpecifier(tok::TokenKind TagTokKind, SourceLocation TagLoc,
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/ |
| H A D | ARMAsmParser.cpp | 11325 SMLoc TagLoc; in parseDirectiveEabiAttr() local 11326 TagLoc = Parser.getTok().getLoc(); in parseDirectiveEabiAttr() 11332 Error(TagLoc, "attribute name not recognised: " + Name); in parseDirectiveEabiAttr() 11340 TagLoc = Parser.getTok().getLoc(); in parseDirectiveEabiAttr() 11345 if (check(!CE, TagLoc, "expected numeric constant")) in parseDirectiveEabiAttr()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 3043 unsigned TagSpec, SourceLocation TagLoc, 3054 SourceLocation TagLoc, 7643 SourceLocation TagLoc,
|