Searched refs:IILoc (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/ |
| H A D | ParseInit.cpp | 247 SourceLocation IILoc = Tok.getLocation(); in ParseInitializerWithPotentialDesignator() local 253 getCurScope(), II, IILoc, II == Ident_super, in ParseInitializerWithPotentialDesignator() 272 = parseObjCTypeArgsAndProtocolQualifiers(IILoc, ReceiverType, in ParseInitializerWithPotentialDesignator()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaTemplate.cpp | 290 SourceLocation IILoc, in DiagnoseUnknownTemplateName() argument 305 Diag(IILoc, diag::err_template_kw_missing) in DiagnoseUnknownTemplateName() 307 << FixItHint::CreateInsertion(IILoc, "template "); in DiagnoseUnknownTemplateName() 9640 SourceLocation IILoc) { in CheckTypenameType() argument 9664 LookupResult Result(*this, Name, IILoc, LookupOrdinaryName); in CheckTypenameType() 9703 IILoc); in CheckTypenameType() 9704 Diag(IILoc, diag::err_typename_refers_to_using_value_decl) in CheckTypenameType() 9744 Diag(IILoc, diag::ext_out_of_line_qualified_id_type_names_constructor) in CheckTypenameType() 9784 IILoc); in CheckTypenameType() 9785 Diag(IILoc, DiagID) << FullRange << Name << Ctx; in CheckTypenameType()
|
| H A D | SemaDecl.cpp | 655 SourceLocation IILoc, in DiagnoseUnknownTypeName() argument 709 SourceRange(IILoc)); in DiagnoseUnknownTypeName() 712 getTypeName(*Corrected.getCorrectionAsIdentifierInfo(), IILoc, S, in DiagnoseUnknownTypeName() 723 Name.setIdentifier(II, IILoc); in DiagnoseUnknownTypeName() 730 diagnoseMissingTemplateArguments(TemplateResult.get(), IILoc); in DiagnoseUnknownTypeName() 739 Diag(IILoc, IsTemplateName ? diag::err_no_template in DiagnoseUnknownTypeName() 743 Diag(IILoc, IsTemplateName ? diag::err_no_member_template in DiagnoseUnknownTypeName() 753 << SourceRange(SS->getRange().getBegin(), IILoc) in DiagnoseUnknownTypeName() 756 *SS, *II, IILoc).get(); in DiagnoseUnknownTypeName() 16386 SourceLocation IILoc) { in shouldSkipAnonEnumBody() argument [all …]
|
| H A D | SemaLookup.cpp | 5206 void Sema::ActOnPragmaDump(Scope *S, SourceLocation IILoc, IdentifierInfo *II) { in ActOnPragmaDump() argument 5207 DeclarationNameInfo Name(II, IILoc); in ActOnPragmaDump()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/ |
| H A D | Sema.h | 1734 SourceLocation IILoc, 2370 SourceLocation IILoc); 6172 SourceLocation IILoc, 6559 SourceLocation IILoc);
|