Searched refs:IILoc (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseInit.cpp | 286 SourceLocation IILoc = Tok.getLocation(); in ParseInitializerWithPotentialDesignator() local 292 getCurScope(), II, IILoc, II == Ident_super, in ParseInitializerWithPotentialDesignator() 311 = parseObjCTypeArgsAndProtocolQualifiers(IILoc, ReceiverType, in ParseInitializerWithPotentialDesignator()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplate.cpp | 346 SourceLocation IILoc, in DiagnoseUnknownTemplateName() argument 361 Diag(IILoc, diag::err_template_kw_missing) in DiagnoseUnknownTemplateName() 363 << FixItHint::CreateInsertion(IILoc, "template "); in DiagnoseUnknownTemplateName() 10534 SourceLocation IILoc, in CheckTypenameType() argument 10548 TL.setNameLoc(IILoc); in CheckTypenameType() 10636 IILoc); in CheckTypenameType() 10699 Diag(IILoc, diag::err_dependent_deduced_tst) in CheckTypenameType() 10702 Diag(IILoc, diag::err_deduced_tst) in CheckTypenameType() 10732 IILoc); in CheckTypenameType() 10734 Diag(IILoc, DiagID) << FullRange << Name << Ctx; in CheckTypenameType() [all …]
|
| H A D | SemaDecl.cpp | 667 SourceLocation IILoc, in DiagnoseUnknownTypeName() argument 722 SourceRange(IILoc)); in DiagnoseUnknownTypeName() 725 getTypeName(*Corrected.getCorrectionAsIdentifierInfo(), IILoc, S, in DiagnoseUnknownTypeName() 736 Name.setIdentifier(II, IILoc); in DiagnoseUnknownTypeName() 743 diagnoseMissingTemplateArguments(TemplateResult.get(), IILoc); in DiagnoseUnknownTypeName() 752 Diag(IILoc, IsTemplateName ? diag::err_no_template in DiagnoseUnknownTypeName() 756 Diag(IILoc, IsTemplateName ? diag::err_no_member_template in DiagnoseUnknownTypeName() 761 ActOnTypenameType(S, SourceLocation(), *SS, *II, IILoc).get(); in DiagnoseUnknownTypeName() 769 << SourceRange(SS->getRange().getBegin(), IILoc) in DiagnoseUnknownTypeName() 772 *SS, *II, IILoc).get(); in DiagnoseUnknownTypeName() [all …]
|
| H A D | SemaLookup.cpp | 5517 void Sema::ActOnPragmaDump(Scope *S, SourceLocation IILoc, IdentifierInfo *II) { in ActOnPragmaDump() argument 5518 DeclarationNameInfo Name(II, IILoc); in ActOnPragmaDump()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 2378 SourceLocation IILoc, 3214 SourceLocation IILoc); 7501 SourceLocation IILoc, 7933 SourceLocation IILoc, 7941 SourceLocation IILoc,
|