Searched refs:IILoc (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseInit.cpp | 243 SourceLocation IILoc = Tok.getLocation(); in ParseInitializerWithPotentialDesignator() local 249 getCurScope(), II, IILoc, II == Ident_super, in ParseInitializerWithPotentialDesignator() 268 = parseObjCTypeArgsAndProtocolQualifiers(IILoc, ReceiverType, in ParseInitializerWithPotentialDesignator()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplate.cpp | 352 SourceLocation IILoc, in DiagnoseUnknownTemplateName() argument 369 Diag(IILoc, diag::err_template_kw_missing) in DiagnoseUnknownTemplateName() 371 << FixItHint::CreateInsertion(IILoc, "template "); in DiagnoseUnknownTemplateName() 10993 SourceLocation IILoc, in CheckTypenameType() argument 10996 QualType T = CheckTypenameType(Keyword, KeywordLoc, QualifierLoc, II, IILoc, in CheckTypenameType() 11007 TL.setNameLoc(IILoc); in CheckTypenameType() 11012 TL.getNamedTypeLoc().castAs<TypeSpecTypeLoc>().setNameLoc(IILoc); in CheckTypenameType() 11024 SourceLocation IILoc, bool DeducedTSTContext) { in CheckTypenameType() argument 11053 LookupResult Result(*this, Name, IILoc, LookupOrdinaryName); in CheckTypenameType() 11097 IILoc); in CheckTypenameType() [all …]
|
| H A D | SemaDecl.cpp | 697 SourceLocation IILoc, in DiagnoseUnknownTypeName() argument 714 CorrectTypo(DeclarationNameInfo(II, IILoc), LookupOrdinaryName, S, SS, in DiagnoseUnknownTypeName() 752 SourceRange(IILoc)); in DiagnoseUnknownTypeName() 755 getTypeName(*Corrected.getCorrectionAsIdentifierInfo(), IILoc, S, in DiagnoseUnknownTypeName() 766 Name.setIdentifier(II, IILoc); in DiagnoseUnknownTypeName() 773 diagnoseMissingTemplateArguments(TemplateResult.get(), IILoc); in DiagnoseUnknownTypeName() 782 Diag(IILoc, IsTemplateName ? diag::err_no_template in DiagnoseUnknownTypeName() 786 Diag(IILoc, IsTemplateName ? diag::err_no_member_template in DiagnoseUnknownTypeName() 791 ActOnTypenameType(S, SourceLocation(), *SS, *II, IILoc).get(); in DiagnoseUnknownTypeName() 799 << SourceRange(SS->getRange().getBegin(), IILoc) in DiagnoseUnknownTypeName() [all …]
|
| H A D | SemaLookup.cpp | 5774 void Sema::ActOnPragmaDump(Scope *S, SourceLocation IILoc, IdentifierInfo *II) { in ActOnPragmaDump() argument 5775 DeclarationNameInfo Name(II, IILoc); in ActOnPragmaDump()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 3621 void DiagnoseUnknownTypeName(IdentifierInfo *&II, SourceLocation IILoc, 4384 SourceLocation IILoc); 11377 SourceLocation IILoc, Scope *S, 12175 const IdentifierInfo &II, SourceLocation IILoc, 12181 const IdentifierInfo &II, SourceLocation IILoc,
|