Searched refs:IILoc (Results 1 – 4 of 4) sorted by relevance
| /NextBSD/contrib/llvm/tools/clang/lib/Parse/ |
| HD | ParseInit.cpp | 250 SourceLocation IILoc = Tok.getLocation(); in ParseInitializerWithPotentialDesignator() local 256 getCurScope(), II, IILoc, II == Ident_super, in ParseInitializerWithPotentialDesignator() 277 = parseObjCTypeArgsAndProtocolQualifiers(IILoc, ReceiverType, in ParseInitializerWithPotentialDesignator()
|
| /NextBSD/contrib/llvm/tools/clang/lib/Sema/ |
| HD | SemaTemplate.cpp | 222 SourceLocation IILoc, in DiagnoseUnknownTemplateName() argument 237 Diag(IILoc, diag::err_template_kw_missing) in DiagnoseUnknownTemplateName() 239 << FixItHint::CreateInsertion(IILoc, "template "); in DiagnoseUnknownTemplateName() 8104 SourceLocation IILoc) { in CheckTypenameType() argument 8128 LookupResult Result(*this, Name, IILoc, LookupOrdinaryName); in CheckTypenameType() 8151 IILoc); in CheckTypenameType() 8152 Diag(IILoc, diag::err_typename_refers_to_using_value_decl) in CheckTypenameType() 8196 IILoc); in CheckTypenameType() 8197 Diag(IILoc, DiagID) << FullRange << Name << Ctx; in CheckTypenameType()
|
| HD | SemaDecl.cpp | 556 SourceLocation IILoc, in DiagnoseUnknownTypeName() argument 567 CorrectTypo(DeclarationNameInfo(II, IILoc), LookupOrdinaryName, S, SS, in DiagnoseUnknownTypeName() 594 SourceRange(IILoc)); in DiagnoseUnknownTypeName() 596 IILoc, S, tmpSS.isSet() ? &tmpSS : SS, false, in DiagnoseUnknownTypeName() 607 Name.setIdentifier(II, IILoc); in DiagnoseUnknownTypeName() 615 Diag(IILoc, diag::err_template_missing_args) << TplName; in DiagnoseUnknownTypeName() 628 Diag(IILoc, diag::err_unknown_typename) << II; in DiagnoseUnknownTypeName() 630 Diag(IILoc, diag::err_typename_nested_not_found) in DiagnoseUnknownTypeName() 639 << SourceRange(SS->getRange().getBegin(), IILoc) in DiagnoseUnknownTypeName() 642 *SS, *II, IILoc).get(); in DiagnoseUnknownTypeName() [all …]
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/Sema/ |
| HD | Sema.h | 1458 SourceLocation IILoc, 1973 SourceLocation IILoc); 5471 SourceLocation IILoc, 5842 SourceLocation IILoc);
|