Searched refs:IILoc (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseInit.cpp | 291 SourceLocation IILoc = Tok.getLocation(); in ParseInitializerWithPotentialDesignator() local 297 getCurScope(), II, IILoc, II == Ident_super, in ParseInitializerWithPotentialDesignator() 316 = parseObjCTypeArgsAndProtocolQualifiers(IILoc, ReceiverType, in ParseInitializerWithPotentialDesignator()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaTemplate.cpp | 355 SourceLocation IILoc, in DiagnoseUnknownTemplateName() argument 370 Diag(IILoc, diag::err_template_kw_missing) in DiagnoseUnknownTemplateName() 372 << FixItHint::CreateInsertion(IILoc, "template "); in DiagnoseUnknownTemplateName() 10431 SourceLocation IILoc, in CheckTypenameType() argument 10434 QualType T = CheckTypenameType(Keyword, KeywordLoc, QualifierLoc, II, IILoc, in CheckTypenameType() 10445 TL.setNameLoc(IILoc); in CheckTypenameType() 10450 TL.getNamedTypeLoc().castAs<TypeSpecTypeLoc>().setNameLoc(IILoc); in CheckTypenameType() 10462 SourceLocation IILoc, bool DeducedTSTContext) { in CheckTypenameType() argument 10489 LookupResult Result(*this, Name, IILoc, LookupOrdinaryName); in CheckTypenameType() 10533 IILoc); in CheckTypenameType() [all …]
|
H A D | SemaDecl.cpp | 680 SourceLocation IILoc, in DiagnoseUnknownTypeName() argument 697 CorrectTypo(DeclarationNameInfo(II, IILoc), LookupOrdinaryName, S, SS, in DiagnoseUnknownTypeName() 735 SourceRange(IILoc)); in DiagnoseUnknownTypeName() 738 getTypeName(*Corrected.getCorrectionAsIdentifierInfo(), IILoc, S, in DiagnoseUnknownTypeName() 749 Name.setIdentifier(II, IILoc); in DiagnoseUnknownTypeName() 756 diagnoseMissingTemplateArguments(TemplateResult.get(), IILoc); in DiagnoseUnknownTypeName() 765 Diag(IILoc, IsTemplateName ? diag::err_no_template in DiagnoseUnknownTypeName() 769 Diag(IILoc, IsTemplateName ? diag::err_no_member_template in DiagnoseUnknownTypeName() 774 ActOnTypenameType(S, SourceLocation(), *SS, *II, IILoc).get(); in DiagnoseUnknownTypeName() 782 << SourceRange(SS->getRange().getBegin(), IILoc) in DiagnoseUnknownTypeName() [all …]
|
H A D | SemaLookup.cpp | 5742 void Sema::ActOnPragmaDump(Scope *S, SourceLocation IILoc, IdentifierInfo *II) { in ActOnPragmaDump() argument 5743 DeclarationNameInfo Name(II, IILoc); in ActOnPragmaDump()
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Sema.h | 3162 void DiagnoseUnknownTypeName(IdentifierInfo *&II, SourceLocation IILoc, 3988 SourceLocation IILoc); 11159 SourceLocation IILoc, Scope *S, 11941 const IdentifierInfo &II, SourceLocation IILoc, 11947 const IdentifierInfo &II, SourceLocation IILoc,
|