OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Corrected
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDeclObjC.cpp
559
if (TypoCorrection
Corrected
= CorrectTypo(
562
diagnoseTypo(
Corrected
, PDiag(diag::err_undef_superclass_suggest)
564
PrevDecl =
Corrected
.getCorrectionDeclAs<ObjCInterfaceDecl>();
1305
TypoCorrection
Corrected
= CorrectTypo(
1308
if ((PDecl =
Corrected
.getCorrectionDeclAs<ObjCProtocolDecl>()))
1309
diagnoseTypo(
Corrected
, PDiag(diag::err_undeclared_protocol_suggest)
1687
TypoCorrection
corrected
=
local
1690
if (
corrected
) {
1692
if (auto proto =
corrected
.getCorrectionDeclAs<ObjCProtocolDecl>()) {
1693
diagnoseTypo(
corrected
,
[
all
...]
SemaTemplate.cpp
515
if (TypoCorrection
Corrected
=
518
if (auto *ND =
Corrected
.getFoundDecl())
524
Found.setLookupName(
Corrected
.getCorrection());
526
std::string CorrectedStr(
Corrected
.getAsString(getLangOpts()));
527
bool DroppedSpecifier =
Corrected
.WillReplaceSpecifier() &&
529
diagnoseTypo(
Corrected
, PDiag(diag::err_no_member_template_suggest)
533
diagnoseTypo(
Corrected
, PDiag(diag::err_no_template_suggest) << Name);
687
if (TypoCorrection
Corrected
= CorrectTypo(NameInfo, LookupKind, S, &SS, CCC,
689
auto *ND =
Corrected
.getFoundDecl();
692
if (ND ||
Corrected
.isKeyword())
[
all
...]
SemaDecl.cpp
394
// Ignore a correction to a template type as the to-be-
corrected
675
if (TypoCorrection
Corrected
=
680
if (
Corrected
.isKeyword()) {
681
// We
corrected
to a keyword.
682
diagnoseTypo(
Corrected
,
686
II =
Corrected
.getCorrectionAsIdentifierInfo();
690
diagnoseTypo(
Corrected
,
695
std::string CorrectedStr(
Corrected
.getAsString(getLangOpts()));
696
bool DroppedSpecifier =
Corrected
.WillReplaceSpecifier() &&
698
diagnoseTypo(
Corrected
,
[
all
...]
SemaExpr.cpp
2255
TypoCorrection
Corrected
;
2270
(
Corrected
= CorrectTypo(R.getLookupNameInfo(), R.getLookupKind(),
2272
std::string CorrectedStr(
Corrected
.getAsString(getLangOpts()));
2274
Corrected
.WillReplaceSpecifier() && Name.getAsString() == CorrectedStr;
2275
R.setLookupName(
Corrected
.getCorrection());
2279
NamedDecl *ND =
Corrected
.getFoundDecl();
2281
if (
Corrected
.isOverloaded()) {
2285
for (NamedDecl *CD :
Corrected
) {
2299
Corrected
.setCorrectionDecl(ND);
2303
Corrected
.setCorrectionDecl(ND)
[
all
...]
Completed in 40 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026