Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaTemplate.cpp2251 SourceLocation TagLoc, in ActOnTagTemplateIdType() argument
2280 SpecTL.setElaboratedKeywordLoc(TagLoc); in ActOnTagTemplateIdType()
2313 TagLoc, Id)) { in ActOnTagTemplateIdType()
2314 Diag(TagLoc, diag::err_use_with_wrong_tag) in ActOnTagTemplateIdType()
2316 << FixItHint::CreateReplacement(SourceRange(TagLoc), D->getKindName()); in ActOnTagTemplateIdType()
2336 ElabTL.setElaboratedKeywordLoc(TagLoc); in ActOnTagTemplateIdType()
7925 SourceLocation TagLoc, SourceLocation NameLoc) { in ActOnDependentTag() argument
7948 TL.setElaboratedKeywordLoc(TagLoc); in ActOnDependentTag()
HDSemaDeclCXX.cpp12250 unsigned TagSpec, SourceLocation TagLoc, in ActOnTemplatedFriendTag() argument
12263 TagLoc, NameLoc, SS, nullptr, TempParamLists, /*friend*/ true, in ActOnTemplatedFriendTag()
12270 return CheckClassTemplate(S, TagSpec, TUK_Friend, TagLoc, SS, Name, in ActOnTemplatedFriendTag()
12302 return ActOnTag(S, TagSpec, TUK_Friend, TagLoc, SS, Name, NameLoc, in ActOnTemplatedFriendTag()
12315 QualType T = CheckTypenameType(Keyword, TagLoc, QualifierLoc, in ActOnTemplatedFriendTag()
12324 TL.setElaboratedKeywordLoc(TagLoc); in ActOnTemplatedFriendTag()
12329 TL.setElaboratedKeywordLoc(TagLoc); in ActOnTemplatedFriendTag()
12354 TL.setElaboratedKeywordLoc(TagLoc); in ActOnTemplatedFriendTag()
/NextBSD/contrib/llvm/tools/clang/include/clang/Parse/
HDParser.h1839 void ParseEnumSpecifier(SourceLocation TagLoc, DeclSpec &DS,
2369 void ParseClassSpecifier(tok::TokenKind TagTokKind, SourceLocation TagLoc,
/NextBSD/contrib/llvm/lib/Target/ARM/AsmParser/
HDARMAsmParser.cpp9122 SMLoc TagLoc; in parseDirectiveEabiAttr() local
9123 TagLoc = Parser.getTok().getLoc(); in parseDirectiveEabiAttr()
9128 Error(TagLoc, "attribute name not recognised: " + Name); in parseDirectiveEabiAttr()
9136 TagLoc = Parser.getTok().getLoc(); in parseDirectiveEabiAttr()
9144 Error(TagLoc, "expected numeric constant"); in parseDirectiveEabiAttr()
/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDSema.h1864 unsigned TagSpec, SourceLocation TagLoc,
1875 SourceLocation TagLoc,
5568 SourceLocation TagLoc,