Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplate.cpp3432 SourceLocation TagLoc, in ActOnTagTemplateIdType() argument
3461 SpecTL.setElaboratedKeywordLoc(TagLoc); in ActOnTagTemplateIdType()
3495 TagLoc, Id)) { in ActOnTagTemplateIdType()
3496 Diag(TagLoc, diag::err_use_with_wrong_tag) in ActOnTagTemplateIdType()
3498 << FixItHint::CreateReplacement(SourceRange(TagLoc), D->getKindName()); in ActOnTagTemplateIdType()
3518 ElabTL.setElaboratedKeywordLoc(TagLoc); in ActOnTagTemplateIdType()
9435 SourceLocation TagLoc, SourceLocation NameLoc) { in ActOnDependentTag() argument
9458 TL.setElaboratedKeywordLoc(TagLoc); in ActOnDependentTag()
H A DSemaDeclCXX.cpp14036 unsigned TagSpec, SourceLocation TagLoc, in ActOnTemplatedFriendTag() argument
14048 TagLoc, NameLoc, SS, nullptr, TempParamLists, /*friend*/ true, in ActOnTemplatedFriendTag()
14055 return CheckClassTemplate(S, TagSpec, TUK_Friend, TagLoc, SS, Name, in ActOnTemplatedFriendTag()
14087 return ActOnTag(S, TagSpec, TUK_Friend, TagLoc, SS, Name, NameLoc, in ActOnTemplatedFriendTag()
14101 QualType T = CheckTypenameType(Keyword, TagLoc, QualifierLoc, in ActOnTemplatedFriendTag()
14110 TL.setElaboratedKeywordLoc(TagLoc); in ActOnTemplatedFriendTag()
14115 TL.setElaboratedKeywordLoc(TagLoc); in ActOnTemplatedFriendTag()
14140 TL.setElaboratedKeywordLoc(TagLoc); in ActOnTemplatedFriendTag()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Parse/
H A DParser.h2107 void ParseEnumSpecifier(SourceLocation TagLoc, DeclSpec &DS,
2719 void ParseClassSpecifier(tok::TokenKind TagTokKind, SourceLocation TagLoc,
/freebsd-12.1/contrib/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp9671 SMLoc TagLoc; in parseDirectiveEabiAttr() local
9672 TagLoc = Parser.getTok().getLoc(); in parseDirectiveEabiAttr()
9677 Error(TagLoc, "attribute name not recognised: " + Name); in parseDirectiveEabiAttr()
9684 TagLoc = Parser.getTok().getLoc(); in parseDirectiveEabiAttr()
9689 if (check(!CE, TagLoc, "expected numeric constant")) in parseDirectiveEabiAttr()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h2245 unsigned TagSpec, SourceLocation TagLoc,
2256 SourceLocation TagLoc,
6287 SourceLocation TagLoc,