Searched refs:TagLoc (Results 1 – 5 of 5) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaTemplate.cpp | 2241 SourceLocation TagLoc, in ActOnTagTemplateIdType() argument 2270 SpecTL.setElaboratedKeywordLoc(TagLoc); in ActOnTagTemplateIdType() 2303 TagLoc, *Id)) { in ActOnTagTemplateIdType() 2304 Diag(TagLoc, diag::err_use_with_wrong_tag) in ActOnTagTemplateIdType() 2306 << FixItHint::CreateReplacement(SourceRange(TagLoc), D->getKindName()); in ActOnTagTemplateIdType() 2326 ElabTL.setElaboratedKeywordLoc(TagLoc); in ActOnTagTemplateIdType() 7854 SourceLocation TagLoc, SourceLocation NameLoc) { in ActOnDependentTag() argument 7877 TL.setElaboratedKeywordLoc(TagLoc); in ActOnDependentTag()
|
D | SemaDeclCXX.cpp | 12212 unsigned TagSpec, SourceLocation TagLoc, in ActOnTemplatedFriendTag() argument 12225 TagLoc, NameLoc, SS, nullptr, TempParamLists, /*friend*/ true, in ActOnTemplatedFriendTag() 12232 return CheckClassTemplate(S, TagSpec, TUK_Friend, TagLoc, SS, Name, in ActOnTemplatedFriendTag() 12264 return ActOnTag(S, TagSpec, TUK_Friend, TagLoc, SS, Name, NameLoc, in ActOnTemplatedFriendTag() 12277 QualType T = CheckTypenameType(Keyword, TagLoc, QualifierLoc, in ActOnTemplatedFriendTag() 12286 TL.setElaboratedKeywordLoc(TagLoc); in ActOnTemplatedFriendTag() 12291 TL.setElaboratedKeywordLoc(TagLoc); in ActOnTemplatedFriendTag() 12316 TL.setElaboratedKeywordLoc(TagLoc); in ActOnTemplatedFriendTag()
|
/external/clang/include/clang/Parse/ |
D | Parser.h | 1764 void ParseEnumSpecifier(SourceLocation TagLoc, DeclSpec &DS, 2282 void ParseClassSpecifier(tok::TokenKind TagTokKind, SourceLocation TagLoc,
|
/external/llvm/lib/Target/ARM/AsmParser/ |
D | ARMAsmParser.cpp | 9066 SMLoc TagLoc; in parseDirectiveEabiAttr() local 9067 TagLoc = Parser.getTok().getLoc(); in parseDirectiveEabiAttr() 9072 Error(TagLoc, "attribute name not recognised: " + Name); in parseDirectiveEabiAttr() 9080 TagLoc = Parser.getTok().getLoc(); in parseDirectiveEabiAttr() 9088 Error(TagLoc, "expected numeric constant"); in parseDirectiveEabiAttr()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 1739 unsigned TagSpec, SourceLocation TagLoc, 1750 SourceLocation TagLoc, 5378 SourceLocation TagLoc,
|