Searched refs:TagLoc (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/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()
|
/netbsd-src/external/apache2/llvm/dist/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 | 16259 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 D | Parser.h | 2352 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 D | ARMAsmParser.cpp | 11324 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 D | Sema.h | 3007 unsigned TagSpec, SourceLocation TagLoc, 3018 SourceLocation TagLoc, 7573 SourceLocation TagLoc,
|