Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DTypoCorrection.h74 IdentifierInfo* getCorrectionAsIdentifierInfo() const { in getCorrectionAsIdentifierInfo() function
189 return isKeyword() && getCorrectionAsIdentifierInfo()->isStr(Str); in isKeyword()
/external/clang/lib/Sema/
DSemaLookup.cpp3531 StringRef Name = Correction.getCorrectionAsIdentifierInfo()->getName(); in addCorrection()
3620 IdentifierInfo *Name = Candidate.getCorrectionAsIdentifierInfo(); in resolveCorrection()
3679 if (NSDecl->getIdentifier() == QR.getCorrectionAsIdentifierInfo()) in performQualifiedLookups()
3693 if (QR.getCorrectionAsIdentifierInfo() != Typo && TmpED && in performQualifiedLookups()
3698 Result.setLookupName(QR.getCorrectionAsIdentifierInfo()); in performQualifiedLookups()
DSemaDecl.cpp290 IdentifierInfo *NewII = Correction.getCorrectionAsIdentifierInfo(); in getTypeName()
526 II = Corrected.getCorrectionAsIdentifierInfo(); in DiagnoseUnknownTypeName()
547 SuggestedType = getTypeName(*Corrected.getCorrectionAsIdentifierInfo(), in DiagnoseUnknownTypeName()
797 Name = Corrected.getCorrectionAsIdentifierInfo(); in ClassifyName()
6327 ExtraArgs.D.SetIdentifier(Correction.getCorrectionAsIdentifierInfo(), in DiagnoseInvalidRedeclaration()
DSemaExpr.cpp4068 candidate.getCorrectionAsIdentifierInfo() != FunctionName) { in ValidateCandidate()