HomeSort by: relevance | last modified time | path
    Searched refs:TagLoc (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/AsmParser/
RISCVAsmParser.cpp 1968 SMLoc TagLoc;
1969 TagLoc = Parser.getTok().getLoc();
1975 Error(TagLoc, "attribute name not recognised: " + Name);
1983 TagLoc = Parser.getTok().getLoc();
1988 if (check(!CE, TagLoc, "expected numeric constant"))
  /src/external/apache2/llvm/dist/clang/include/clang/Parse/
Parser.h 2352 void ParseEnumSpecifier(SourceLocation TagLoc, DeclSpec &DS,
3075 void ParseClassSpecifier(tok::TokenKind TagTokKind, SourceLocation TagLoc,
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplate.cpp 4010 SourceLocation TagLoc,
4042 SpecTL.setElaboratedKeywordLoc(TagLoc);
4076 TagLoc, Id)) {
4077 Diag(TagLoc, diag::err_use_with_wrong_tag)
4079 << FixItHint::CreateReplacement(SourceRange(TagLoc), D->getKindName());
4099 ElabTL.setElaboratedKeywordLoc(TagLoc);
10343 SourceLocation TagLoc, SourceLocation NameLoc) {
10366 TL.setElaboratedKeywordLoc(TagLoc);
SemaDeclCXX.cpp 16259 unsigned TagSpec, SourceLocation TagLoc,
16271 TagLoc, NameLoc, SS, nullptr, TempParamLists, /*friend*/ true,
16278 return CheckClassTemplate(S, TagSpec, TUK_Friend, TagLoc, SS, Name,
16310 return ActOnTag(S, TagSpec, TUK_Friend, TagLoc, SS, Name, NameLoc,
16324 QualType T = CheckTypenameType(Keyword, TagLoc, QualifierLoc,
16333 TL.setElaboratedKeywordLoc(TagLoc);
16338 TL.setElaboratedKeywordLoc(TagLoc);
16363 TL.setElaboratedKeywordLoc(TagLoc);
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp 11324 SMLoc TagLoc;
11325 TagLoc = Parser.getTok().getLoc();
11331 Error(TagLoc, "attribute name not recognised: " + Name);
11339 TagLoc = Parser.getTok().getLoc();
11344 if (check(!CE, TagLoc, "expected numeric constant"))
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 3007 unsigned TagSpec, SourceLocation TagLoc,
3018 SourceLocation TagLoc,
7573 SourceLocation TagLoc,

Completed in 113 milliseconds