Searched refs:TagLoc (Results 1 – 5 of 5) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaTemplate.cpp | 2308 SourceLocation TagLoc, in ActOnTagTemplateIdType() argument 2337 SpecTL.setElaboratedKeywordLoc(TagLoc); in ActOnTagTemplateIdType() 2370 TagLoc, Id)) { in ActOnTagTemplateIdType() 2371 Diag(TagLoc, diag::err_use_with_wrong_tag) in ActOnTagTemplateIdType() 2373 << FixItHint::CreateReplacement(SourceRange(TagLoc), D->getKindName()); in ActOnTagTemplateIdType() 2393 ElabTL.setElaboratedKeywordLoc(TagLoc); in ActOnTagTemplateIdType() 7968 SourceLocation TagLoc, SourceLocation NameLoc) { in ActOnDependentTag() argument 7991 TL.setElaboratedKeywordLoc(TagLoc); in ActOnDependentTag()
|
D | SemaDeclCXX.cpp | 12253 unsigned TagSpec, SourceLocation TagLoc, in ActOnTemplatedFriendTag() argument 12266 TagLoc, NameLoc, SS, nullptr, TempParamLists, /*friend*/ true, in ActOnTemplatedFriendTag() 12273 return CheckClassTemplate(S, TagSpec, TUK_Friend, TagLoc, SS, Name, in ActOnTemplatedFriendTag() 12305 return ActOnTag(S, TagSpec, TUK_Friend, TagLoc, SS, Name, NameLoc, in ActOnTemplatedFriendTag() 12318 QualType T = CheckTypenameType(Keyword, TagLoc, QualifierLoc, in ActOnTemplatedFriendTag() 12327 TL.setElaboratedKeywordLoc(TagLoc); in ActOnTemplatedFriendTag() 12332 TL.setElaboratedKeywordLoc(TagLoc); in ActOnTemplatedFriendTag() 12357 TL.setElaboratedKeywordLoc(TagLoc); in ActOnTemplatedFriendTag()
|
/external/clang/include/clang/Parse/ |
D | Parser.h | 1843 void ParseEnumSpecifier(SourceLocation TagLoc, DeclSpec &DS, 2372 void ParseClassSpecifier(tok::TokenKind TagTokKind, SourceLocation TagLoc,
|
/external/llvm/lib/Target/ARM/AsmParser/ |
D | ARMAsmParser.cpp | 9061 SMLoc TagLoc; in parseDirectiveEabiAttr() local 9062 TagLoc = Parser.getTok().getLoc(); in parseDirectiveEabiAttr() 9067 Error(TagLoc, "attribute name not recognised: " + Name); in parseDirectiveEabiAttr() 9075 TagLoc = Parser.getTok().getLoc(); in parseDirectiveEabiAttr() 9083 Error(TagLoc, "expected numeric constant"); in parseDirectiveEabiAttr()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 1902 unsigned TagSpec, SourceLocation TagLoc, 1913 SourceLocation TagLoc, 5645 SourceLocation TagLoc,
|