Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp1968 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()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplate.cpp4010 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 DSemaDeclCXX.cpp16259 unsigned TagSpec, SourceLocation TagLoc, in ActOnTemplatedFriendTag() argument
16271 TagLoc, NameLoc, SS, nullptr, TempParamLists, /*friend*/ true, in ActOnTemplatedFriendTag()
16278 return CheckClassTemplate(S, TagSpec, TUK_Friend, TagLoc, SS, Name, in ActOnTemplatedFriendTag()
16310 return ActOnTag(S, TagSpec, TUK_Friend, TagLoc, SS, Name, NameLoc, in ActOnTemplatedFriendTag()
16324 QualType T = CheckTypenameType(Keyword, TagLoc, QualifierLoc, in ActOnTemplatedFriendTag()
16333 TL.setElaboratedKeywordLoc(TagLoc); in ActOnTemplatedFriendTag()
16338 TL.setElaboratedKeywordLoc(TagLoc); in ActOnTemplatedFriendTag()
16363 TL.setElaboratedKeywordLoc(TagLoc); in ActOnTemplatedFriendTag()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Parse/
H A DParser.h2352 void ParseEnumSpecifier(SourceLocation TagLoc, DeclSpec &DS,
3075 void ParseClassSpecifier(tok::TokenKind TagTokKind, SourceLocation TagLoc,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp11324 SMLoc TagLoc; in parseDirectiveEabiAttr() local
11325 TagLoc = Parser.getTok().getLoc(); in parseDirectiveEabiAttr()
11331 Error(TagLoc, "attribute name not recognised: " + Name); in parseDirectiveEabiAttr()
11339 TagLoc = Parser.getTok().getLoc(); in parseDirectiveEabiAttr()
11344 if (check(!CE, TagLoc, "expected numeric constant")) in parseDirectiveEabiAttr()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h3007 unsigned TagSpec, SourceLocation TagLoc,
3018 SourceLocation TagLoc,
7573 SourceLocation TagLoc,