Searched refs:IILoc (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseInit.cpp | 288 SourceLocation IILoc = Tok.getLocation(); in ParseInitializerWithPotentialDesignator() local 294 getCurScope(), II, IILoc, II == Ident_super, in ParseInitializerWithPotentialDesignator() 313 = parseObjCTypeArgsAndProtocolQualifiers(IILoc, ReceiverType, in ParseInitializerWithPotentialDesignator()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplate.cpp | 352 SourceLocation IILoc, in DiagnoseUnknownTemplateName() argument 367 Diag(IILoc, diag::err_template_kw_missing) in DiagnoseUnknownTemplateName() 369 << FixItHint::CreateInsertion(IILoc, "template "); in DiagnoseUnknownTemplateName() 11200 SourceLocation IILoc, in CheckTypenameType() argument 11214 TL.setNameLoc(IILoc); in CheckTypenameType() 11302 IILoc); in CheckTypenameType() 11365 Diag(IILoc, diag::err_dependent_deduced_tst) in CheckTypenameType() 11368 Diag(IILoc, diag::err_deduced_tst) in CheckTypenameType() 11398 IILoc); in CheckTypenameType() 11400 Diag(IILoc, DiagID) << FullRange << Name << Ctx; in CheckTypenameType() [all …]
|
| H A D | SemaDecl.cpp | 746 SourceLocation IILoc, in DiagnoseUnknownTypeName() argument 801 SourceRange(IILoc)); in DiagnoseUnknownTypeName() 804 getTypeName(*Corrected.getCorrectionAsIdentifierInfo(), IILoc, S, in DiagnoseUnknownTypeName() 815 Name.setIdentifier(II, IILoc); in DiagnoseUnknownTypeName() 822 diagnoseMissingTemplateArguments(TemplateResult.get(), IILoc); in DiagnoseUnknownTypeName() 831 Diag(IILoc, IsTemplateName ? diag::err_no_template in DiagnoseUnknownTypeName() 835 Diag(IILoc, IsTemplateName ? diag::err_no_member_template in DiagnoseUnknownTypeName() 840 ActOnTypenameType(S, SourceLocation(), *SS, *II, IILoc).get(); in DiagnoseUnknownTypeName() 848 << SourceRange(SS->getRange().getBegin(), IILoc) in DiagnoseUnknownTypeName() 851 *SS, *II, IILoc).get(); in DiagnoseUnknownTypeName() [all …]
|
| H A D | SemaLookup.cpp | 5884 void Sema::ActOnPragmaDump(Scope *S, SourceLocation IILoc, IdentifierInfo *II) { in ActOnPragmaDump() argument 5885 DeclarationNameInfo Name(II, IILoc); in ActOnPragmaDump()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 2656 SourceLocation IILoc, 3586 SourceLocation IILoc); 8247 SourceLocation IILoc, 8757 SourceLocation IILoc, 8765 SourceLocation IILoc,
|