OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IILoc
(Results
1 - 4
of
4
) sorted by null
/external/clang/lib/Parse/
ParseInit.cpp
268
SourceLocation
IILoc
= Tok.getLocation();
274
= Actions.getObjCMessageKind(getCurScope(), II,
IILoc
,
/external/clang/lib/Sema/
SemaTemplate.cpp
222
SourceLocation
IILoc
,
237
Diag(
IILoc
, diag::err_template_kw_missing)
239
<< FixItHint::CreateInsertion(
IILoc
, "template ");
[
all
...]
SemaDecl.cpp
402
SourceLocation
IILoc
,
412
if (TypoCorrection Corrected = CorrectTypo(DeclarationNameInfo(II,
IILoc
),
423
Diag(
IILoc
, diag::err_unknown_typename_suggest)
432
Diag(
IILoc
, diag::err_unknown_typename_suggest)
439
Diag(
IILoc
, diag::err_unknown_nested_typename_suggest)
452
SuggestedType = getTypeName(*Result->getIdentifier(),
IILoc
, S, SS,
463
Name.setIdentifier(II,
IILoc
);
471
Diag(
IILoc
, diag::err_template_missing_args) << TplName;
484
Diag(
IILoc
, diag::err_unknown_typename) << II;
486
Diag(
IILoc
, diag::err_typename_nested_not_found)
[
all
...]
/external/clang/include/clang/Sema/
Sema.h
[
all
...]
Completed in 28 milliseconds