Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp635 Found.setLookupName(Corrected.getCorrection()); in BuildCXXNestedNameSpecifier()
637 Found.setLookupName(IdInfo.Identifier); in BuildCXXNestedNameSpecifier()
H A DSemaExprMember.cpp755 R.setLookupName(TC.getCorrection()); in LookupMemberExprInRecord()
H A DSemaLookup.cpp4818 Result.setLookupName(QR.getCorrectionAsIdentifierInfo()); in performQualifiedLookups()
4990 Res.setLookupName(Name); in LookupPotentialTypoResult()
H A DSemaExprCXX.cpp2587 R.setLookupName(S.Context.DeclarationNames.getCXXOperatorName(OO_New)); in resolveAllocationOverload()
8425 R.setLookupName(ND->getDeclName()); in attemptRecovery()
H A DSemaDecl.cpp1070 Result.setLookupName(Corrected.getCorrection()); in ClassifyName()
9145 Previous.setLookupName(Correction.getCorrection()); in DiagnoseInvalidRedeclaration()
9201 Previous.setLookupName(Name); in DiagnoseInvalidRedeclaration()
H A DSemaTemplate.cpp530 Found.setLookupName(Corrected.getCorrection()); in LookupTemplateName()
H A DSemaDeclCXX.cpp4533 R.setLookupName(MemberOrBase); in BuildMemInitializer()
H A DSemaExpr.cpp2542 R.setLookupName(Corrected.getCorrection()); in DiagnoseEmptyLookup()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DLookup.h268 void setLookupName(DeclarationName Name) { in setLookupName() function