Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Target/RISCV/AsmParser/
DRISCVAsmParser.cpp1989 SMLoc TagLoc; in parseDirectiveAttribute() local
1990 TagLoc = Parser.getTok().getLoc(); in parseDirectiveAttribute()
1996 Error(TagLoc, "attribute name not recognised: " + Name); in parseDirectiveAttribute()
2004 TagLoc = Parser.getTok().getLoc(); in parseDirectiveAttribute()
2009 if (check(!CE, TagLoc, "expected numeric constant")) in parseDirectiveAttribute()
/external/clang/lib/Sema/
DSemaTemplate.cpp2346 SourceLocation TagLoc, in ActOnTagTemplateIdType() argument
2375 SpecTL.setElaboratedKeywordLoc(TagLoc); in ActOnTagTemplateIdType()
2408 TagLoc, Id)) { in ActOnTagTemplateIdType()
2409 Diag(TagLoc, diag::err_use_with_wrong_tag) in ActOnTagTemplateIdType()
2411 << FixItHint::CreateReplacement(SourceRange(TagLoc), D->getKindName()); in ActOnTagTemplateIdType()
2431 ElabTL.setElaboratedKeywordLoc(TagLoc); in ActOnTagTemplateIdType()
8112 SourceLocation TagLoc, SourceLocation NameLoc) { in ActOnDependentTag() argument
8135 TL.setElaboratedKeywordLoc(TagLoc); in ActOnDependentTag()
DSemaDeclCXX.cpp12494 unsigned TagSpec, SourceLocation TagLoc, in ActOnTemplatedFriendTag() argument
12507 TagLoc, NameLoc, SS, nullptr, TempParamLists, /*friend*/ true, in ActOnTemplatedFriendTag()
12514 return CheckClassTemplate(S, TagSpec, TUK_Friend, TagLoc, SS, Name, in ActOnTemplatedFriendTag()
12546 return ActOnTag(S, TagSpec, TUK_Friend, TagLoc, SS, Name, NameLoc, in ActOnTemplatedFriendTag()
12559 QualType T = CheckTypenameType(Keyword, TagLoc, QualifierLoc, in ActOnTemplatedFriendTag()
12568 TL.setElaboratedKeywordLoc(TagLoc); in ActOnTemplatedFriendTag()
12573 TL.setElaboratedKeywordLoc(TagLoc); in ActOnTemplatedFriendTag()
12598 TL.setElaboratedKeywordLoc(TagLoc); in ActOnTemplatedFriendTag()
/external/clang/include/clang/Parse/
DParser.h1876 void ParseEnumSpecifier(SourceLocation TagLoc, DeclSpec &DS,
2422 void ParseClassSpecifier(tok::TokenKind TagTokKind, SourceLocation TagLoc,
/external/llvm-project/clang/lib/Sema/
DSemaTemplate.cpp3978 SourceLocation TagLoc, in ActOnTagTemplateIdType() argument
4010 SpecTL.setElaboratedKeywordLoc(TagLoc); in ActOnTagTemplateIdType()
4044 TagLoc, Id)) { in ActOnTagTemplateIdType()
4045 Diag(TagLoc, diag::err_use_with_wrong_tag) in ActOnTagTemplateIdType()
4047 << FixItHint::CreateReplacement(SourceRange(TagLoc), D->getKindName()); in ActOnTagTemplateIdType()
4067 ElabTL.setElaboratedKeywordLoc(TagLoc); in ActOnTagTemplateIdType()
10349 SourceLocation TagLoc, SourceLocation NameLoc) { in ActOnDependentTag() argument
10372 TL.setElaboratedKeywordLoc(TagLoc); in ActOnDependentTag()
DSemaDeclCXX.cpp16185 unsigned TagSpec, SourceLocation TagLoc, in ActOnTemplatedFriendTag() argument
16197 TagLoc, NameLoc, SS, nullptr, TempParamLists, /*friend*/ true, in ActOnTemplatedFriendTag()
16204 return CheckClassTemplate(S, TagSpec, TUK_Friend, TagLoc, SS, Name, in ActOnTemplatedFriendTag()
16236 return ActOnTag(S, TagSpec, TUK_Friend, TagLoc, SS, Name, NameLoc, in ActOnTemplatedFriendTag()
16250 QualType T = CheckTypenameType(Keyword, TagLoc, QualifierLoc, in ActOnTemplatedFriendTag()
16259 TL.setElaboratedKeywordLoc(TagLoc); in ActOnTemplatedFriendTag()
16264 TL.setElaboratedKeywordLoc(TagLoc); in ActOnTemplatedFriendTag()
16289 TL.setElaboratedKeywordLoc(TagLoc); in ActOnTemplatedFriendTag()
/external/llvm-project/clang/include/clang/Parse/
DParser.h2366 void ParseEnumSpecifier(SourceLocation TagLoc, DeclSpec &DS,
3002 void ParseClassSpecifier(tok::TokenKind TagTokKind, SourceLocation TagLoc,
/external/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp9325 SMLoc TagLoc; in parseDirectiveEabiAttr() local
9326 TagLoc = Parser.getTok().getLoc(); in parseDirectiveEabiAttr()
9331 Error(TagLoc, "attribute name not recognised: " + Name); in parseDirectiveEabiAttr()
9339 TagLoc = Parser.getTok().getLoc(); in parseDirectiveEabiAttr()
9347 Error(TagLoc, "expected numeric constant"); in parseDirectiveEabiAttr()
/external/llvm-project/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp11155 SMLoc TagLoc; in parseDirectiveEabiAttr() local
11156 TagLoc = Parser.getTok().getLoc(); in parseDirectiveEabiAttr()
11162 Error(TagLoc, "attribute name not recognised: " + Name); in parseDirectiveEabiAttr()
11170 TagLoc = Parser.getTok().getLoc(); in parseDirectiveEabiAttr()
11175 if (check(!CE, TagLoc, "expected numeric constant")) in parseDirectiveEabiAttr()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp10858 SMLoc TagLoc; in parseDirectiveEabiAttr() local
10859 TagLoc = Parser.getTok().getLoc(); in parseDirectiveEabiAttr()
10864 Error(TagLoc, "attribute name not recognised: " + Name); in parseDirectiveEabiAttr()
10871 TagLoc = Parser.getTok().getLoc(); in parseDirectiveEabiAttr()
10876 if (check(!CE, TagLoc, "expected numeric constant")) in parseDirectiveEabiAttr()
/external/clang/include/clang/Sema/
DSema.h1962 unsigned TagSpec, SourceLocation TagLoc,
1973 SourceLocation TagLoc,
5770 SourceLocation TagLoc,
/external/llvm-project/clang/include/clang/Sema/
DSema.h2874 unsigned TagSpec, SourceLocation TagLoc,
2885 SourceLocation TagLoc,
7421 SourceLocation TagLoc,