Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Parse/
H A DParseInit.cpp286 SourceLocation IILoc = Tok.getLocation(); in ParseInitializerWithPotentialDesignator() local
292 getCurScope(), II, IILoc, II == Ident_super, in ParseInitializerWithPotentialDesignator()
311 = parseObjCTypeArgsAndProtocolQualifiers(IILoc, ReceiverType, in ParseInitializerWithPotentialDesignator()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaTemplate.cpp351 SourceLocation IILoc, in DiagnoseUnknownTemplateName() argument
366 Diag(IILoc, diag::err_template_kw_missing) in DiagnoseUnknownTemplateName()
368 << FixItHint::CreateInsertion(IILoc, "template "); in DiagnoseUnknownTemplateName()
10636 SourceLocation IILoc, in CheckTypenameType() argument
10650 TL.setNameLoc(IILoc); in CheckTypenameType()
10738 IILoc); in CheckTypenameType()
10801 Diag(IILoc, diag::err_dependent_deduced_tst) in CheckTypenameType()
10804 Diag(IILoc, diag::err_deduced_tst) in CheckTypenameType()
10834 IILoc); in CheckTypenameType()
10836 Diag(IILoc, DiagID) << FullRange << Name << Ctx; in CheckTypenameType()
[all …]
H A DSemaDecl.cpp684 SourceLocation IILoc, in DiagnoseUnknownTypeName() argument
739 SourceRange(IILoc)); in DiagnoseUnknownTypeName()
742 getTypeName(*Corrected.getCorrectionAsIdentifierInfo(), IILoc, S, in DiagnoseUnknownTypeName()
753 Name.setIdentifier(II, IILoc); in DiagnoseUnknownTypeName()
760 diagnoseMissingTemplateArguments(TemplateResult.get(), IILoc); in DiagnoseUnknownTypeName()
769 Diag(IILoc, IsTemplateName ? diag::err_no_template in DiagnoseUnknownTypeName()
773 Diag(IILoc, IsTemplateName ? diag::err_no_member_template in DiagnoseUnknownTypeName()
778 ActOnTypenameType(S, SourceLocation(), *SS, *II, IILoc).get(); in DiagnoseUnknownTypeName()
786 << SourceRange(SS->getRange().getBegin(), IILoc) in DiagnoseUnknownTypeName()
789 *SS, *II, IILoc).get(); in DiagnoseUnknownTypeName()
[all …]
H A DSemaLookup.cpp5829 void Sema::ActOnPragmaDump(Scope *S, SourceLocation IILoc, IdentifierInfo *II) { in ActOnPragmaDump() argument
5830 DeclarationNameInfo Name(II, IILoc); in ActOnPragmaDump()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h2544 SourceLocation IILoc,
3419 SourceLocation IILoc);
7802 SourceLocation IILoc,
8234 SourceLocation IILoc,
8242 SourceLocation IILoc,