Home
last modified time | relevance | path

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

/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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp9631 SMLoc TagLoc; in parseDirectiveEabiAttr() local
9632 TagLoc = Parser.getTok().getLoc(); in parseDirectiveEabiAttr()
9637 Error(TagLoc, "attribute name not recognised: " + Name); in parseDirectiveEabiAttr()
9644 TagLoc = Parser.getTok().getLoc(); in parseDirectiveEabiAttr()
9649 if (check(!CE, TagLoc, "expected numeric constant")) in parseDirectiveEabiAttr()
/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/clang/include/clang/Sema/
DSema.h1962 unsigned TagSpec, SourceLocation TagLoc,
1973 SourceLocation TagLoc,
5770 SourceLocation TagLoc,