Home
last modified time | relevance | path

Searched refs:IILoc (Results 1 – 5 of 5) sorted by relevance

/external/clang/lib/Parse/
DParseInit.cpp248 SourceLocation IILoc = Tok.getLocation(); in ParseInitializerWithPotentialDesignator() local
254 getCurScope(), II, IILoc, II == Ident_super, in ParseInitializerWithPotentialDesignator()
273 = parseObjCTypeArgsAndProtocolQualifiers(IILoc, ReceiverType, in ParseInitializerWithPotentialDesignator()
/external/clang/lib/Sema/
DSemaTemplate.cpp226 SourceLocation IILoc, in DiagnoseUnknownTemplateName() argument
241 Diag(IILoc, diag::err_template_kw_missing) in DiagnoseUnknownTemplateName()
243 << FixItHint::CreateInsertion(IILoc, "template "); in DiagnoseUnknownTemplateName()
8291 SourceLocation IILoc) { in CheckTypenameType() argument
8315 LookupResult Result(*this, Name, IILoc, LookupOrdinaryName); in CheckTypenameType()
8338 IILoc); in CheckTypenameType()
8339 Diag(IILoc, diag::err_typename_refers_to_using_value_decl) in CheckTypenameType()
8383 IILoc); in CheckTypenameType()
8384 Diag(IILoc, DiagID) << FullRange << Name << Ctx; in CheckTypenameType()
DSemaDecl.cpp600 SourceLocation IILoc, in DiagnoseUnknownTypeName() argument
611 CorrectTypo(DeclarationNameInfo(II, IILoc), LookupOrdinaryName, S, SS, in DiagnoseUnknownTypeName()
638 SourceRange(IILoc)); in DiagnoseUnknownTypeName()
640 getTypeName(*Corrected.getCorrectionAsIdentifierInfo(), IILoc, S, in DiagnoseUnknownTypeName()
651 Name.setIdentifier(II, IILoc); in DiagnoseUnknownTypeName()
659 Diag(IILoc, diag::err_template_missing_args) << TplName; in DiagnoseUnknownTypeName()
672 Diag(IILoc, diag::err_unknown_typename) << II; in DiagnoseUnknownTypeName()
674 Diag(IILoc, diag::err_typename_nested_not_found) in DiagnoseUnknownTypeName()
683 << SourceRange(SS->getRange().getBegin(), IILoc) in DiagnoseUnknownTypeName()
686 *SS, *II, IILoc).get(); in DiagnoseUnknownTypeName()
[all …]
DSemaLookup.cpp5109 void Sema::ActOnPragmaDump(Scope *S, SourceLocation IILoc, IdentifierInfo *II) { in ActOnPragmaDump() argument
5110 DeclarationNameInfo Name(II, IILoc); in ActOnPragmaDump()
/external/clang/include/clang/Sema/
DSema.h1531 SourceLocation IILoc,
2073 SourceLocation IILoc);
5672 SourceLocation IILoc,
6040 SourceLocation IILoc);