Home
last modified time | relevance | path

Searched refs:getCorrectionAsIdentifierInfo (Results 1 – 4 of 4) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Sema/
HDTypoCorrection.h86 IdentifierInfo *getCorrectionAsIdentifierInfo() const { in getCorrectionAsIdentifierInfo() function
209 return isKeyword() && getCorrectionAsIdentifierInfo()->isStr(Str); in isKeyword()
342 candidate.getCorrectionAsIdentifierInfo() == Typo && in MatchesTypo()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaLookup.cpp4549 StringRef Name = Correction.getCorrectionAsIdentifierInfo()->getName(); in addCorrection()
4668 IdentifierInfo *Name = Candidate.getCorrectionAsIdentifierInfo(); in resolveCorrection()
4730 if (NSDecl->getIdentifier() == QR.getCorrectionAsIdentifierInfo()) in performQualifiedLookups()
4744 if (QR.getCorrectionAsIdentifierInfo() != Typo && TmpED && in performQualifiedLookups()
4749 Result.setLookupName(QR.getCorrectionAsIdentifierInfo()); in performQualifiedLookups()
HDSemaDecl.cpp402 IdentifierInfo *NewII = Correction.getCorrectionAsIdentifierInfo(); in getTypeName()
707 II = Corrected.getCorrectionAsIdentifierInfo(); in DiagnoseUnknownTypeName()
738 getTypeName(*Corrected.getCorrectionAsIdentifierInfo(), IILoc, S, in DiagnoseUnknownTypeName()
996 Name = Corrected.getCorrectionAsIdentifierInfo(); in ClassifyName()
8990 ExtraArgs.D.SetIdentifier(Correction.getCorrectionAsIdentifierInfo(), in DiagnoseInvalidRedeclaration()
HDSemaExpr.cpp2786 auto *II = BestTC.getCorrectionAsIdentifierInfo(); in ActOnIdExpression()
5679 candidate.getCorrectionAsIdentifierInfo() != FunctionName) { in ValidateCandidate()