Home
last modified time | relevance | path

Searched refs:setLookupName (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp659 Found.setLookupName(Corrected.getCorrection()); in BuildCXXNestedNameSpecifier()
661 Found.setLookupName(IdInfo.Identifier); in BuildCXXNestedNameSpecifier()
H A DSemaExprMember.cpp723 R.setLookupName(TC.getCorrection()); in LookupMemberExprInRecord()
H A DSemaLookup.cpp4788 Result.setLookupName(QR.getCorrectionAsIdentifierInfo()); in performQualifiedLookups()
4960 Res.setLookupName(Name); in LookupPotentialTypoResult()
H A DSemaExprCXX.cpp2525 R.setLookupName(S.Context.DeclarationNames.getCXXOperatorName(OO_New)); in resolveAllocationOverload()
8339 R.setLookupName(ND->getDeclName()); in attemptRecovery()
H A DSemaDecl.cpp1008 Result.setLookupName(Corrected.getCorrection()); in ClassifyName()
8775 Previous.setLookupName(Correction.getCorrection()); in DiagnoseInvalidRedeclaration()
8831 Previous.setLookupName(Name); in DiagnoseInvalidRedeclaration()
H A DSemaTemplate.cpp528 Found.setLookupName(Corrected.getCorrection()); in LookupTemplateName()
H A DSemaDeclCXX.cpp4306 R.setLookupName(MemberOrBase); in BuildMemInitializer()
H A DSemaExpr.cpp2343 R.setLookupName(Corrected.getCorrection()); in DiagnoseEmptyLookup()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DLookup.h248 void setLookupName(DeclarationName Name) { in setLookupName() function