| /openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/ |
| H A D | MCAsmParser.cpp | 149 SMLoc TagLoc; in parseGNUAttribute() local 150 TagLoc = getTok().getLoc(); in parseGNUAttribute()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/CSKY/AsmParser/ |
| H A D | CSKYAsmParser.cpp | 1637 SMLoc TagLoc; in parseDirectiveAttribute() local 1638 TagLoc = Parser.getTok().getLoc(); in parseDirectiveAttribute() 1644 Error(TagLoc, "attribute name not recognised: " + Name); in parseDirectiveAttribute() 1652 TagLoc = Parser.getTok().getLoc(); in parseDirectiveAttribute() 1657 if (check(!CE, TagLoc, "expected numeric constant")) in parseDirectiveAttribute()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/AsmParser/ |
| H A D | RISCVAsmParser.cpp | 2167 SMLoc TagLoc; in parseDirectiveAttribute() local 2168 TagLoc = Parser.getTok().getLoc(); in parseDirectiveAttribute() 2174 Error(TagLoc, "attribute name not recognised: " + Name); in parseDirectiveAttribute() 2182 TagLoc = Parser.getTok().getLoc(); in parseDirectiveAttribute() 2187 if (check(!CE, TagLoc, "expected numeric constant")) in parseDirectiveAttribute()
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaTemplate.cpp | 4185 SourceLocation TagLoc, in ActOnTagTemplateIdType() argument 4217 SpecTL.setElaboratedKeywordLoc(TagLoc); in ActOnTagTemplateIdType() 4251 TagLoc, Id)) { in ActOnTagTemplateIdType() 4252 Diag(TagLoc, diag::err_use_with_wrong_tag) in ActOnTagTemplateIdType() 4254 << FixItHint::CreateReplacement(SourceRange(TagLoc), D->getKindName()); in ActOnTagTemplateIdType() 4274 ElabTL.setElaboratedKeywordLoc(TagLoc); in ActOnTagTemplateIdType() 10699 SourceLocation TagLoc, SourceLocation NameLoc) { in ActOnDependentTag() argument 10722 TL.setElaboratedKeywordLoc(TagLoc); in ActOnDependentTag()
|
| H A D | SemaDeclCXX.cpp | 16931 Scope *S, SourceLocation FriendLoc, unsigned TagSpec, SourceLocation TagLoc, in ActOnTemplatedFriendTag() argument 16941 TagLoc, NameLoc, SS, nullptr, TempParamLists, /*friend*/ true, in ActOnTemplatedFriendTag() 16948 return CheckClassTemplate(S, TagSpec, TUK_Friend, TagLoc, SS, Name, in ActOnTemplatedFriendTag() 16980 return ActOnTag(S, TagSpec, TUK_Friend, TagLoc, SS, Name, NameLoc, Attr, in ActOnTemplatedFriendTag() 16994 QualType T = CheckTypenameType(Keyword, TagLoc, QualifierLoc, in ActOnTemplatedFriendTag() 17003 TL.setElaboratedKeywordLoc(TagLoc); in ActOnTemplatedFriendTag() 17008 TL.setElaboratedKeywordLoc(TagLoc); in ActOnTemplatedFriendTag() 17033 TL.setElaboratedKeywordLoc(TagLoc); in ActOnTemplatedFriendTag()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Parse/ |
| H A D | Parser.h | 2447 void ParseEnumSpecifier(SourceLocation TagLoc, DeclSpec &DS, 3187 void ParseClassSpecifier(tok::TokenKind TagTokKind, SourceLocation TagLoc,
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/ARM/AsmParser/ |
| H A D | ARMAsmParser.cpp | 11399 SMLoc TagLoc; in parseDirectiveEabiAttr() local 11400 TagLoc = Parser.getTok().getLoc(); in parseDirectiveEabiAttr() 11406 Error(TagLoc, "attribute name not recognised: " + Name); in parseDirectiveEabiAttr() 11414 TagLoc = Parser.getTok().getLoc(); in parseDirectiveEabiAttr() 11419 if (check(!CE, TagLoc, "expected numeric constant")) in parseDirectiveEabiAttr()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
| H A D | Sema.h | 3334 unsigned TagSpec, SourceLocation TagLoc, 3345 SourceLocation TagLoc, 8195 SourceLocation TagLoc,
|