Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/
H A DMCAsmParser.cpp149 SMLoc TagLoc; in parseGNUAttribute() local
150 TagLoc = getTok().getLoc(); in parseGNUAttribute()
/openbsd-src/gnu/llvm/llvm/lib/Target/CSKY/AsmParser/
H A DCSKYAsmParser.cpp1637 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 DRISCVAsmParser.cpp2167 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 DSemaTemplate.cpp4185 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 DSemaDeclCXX.cpp16931 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 DParser.h2447 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 DARMAsmParser.cpp11399 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 DSema.h3334 unsigned TagSpec, SourceLocation TagLoc,
3345 SourceLocation TagLoc,
8195 SourceLocation TagLoc,