Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp565 Found.setLookupName(Corrected.getCorrection()); in BuildCXXNestedNameSpecifier()
567 Found.setLookupName(IdInfo.Identifier); in BuildCXXNestedNameSpecifier()
H A DSemaLookup.cpp4843 Result.setLookupName(QR.getCorrectionAsIdentifierInfo()); in performQualifiedLookups()
5013 Res.setLookupName(Name); in LookupPotentialTypoResult()
H A DSemaDecl.cpp1022 Result.setLookupName(Corrected.getCorrection()); in ClassifyName()
9208 Previous.setLookupName(Correction.getCorrection()); in DiagnoseInvalidRedeclaration()
9264 Previous.setLookupName(Name); in DiagnoseInvalidRedeclaration()
H A DSemaExprCXX.cpp2740 R.setLookupName(S.Context.DeclarationNames.getCXXOperatorName(OO_New)); in resolveAllocationOverloadInterior()
H A DSemaTemplate.cpp529 Found.setLookupName(Corrected.getCorrection()); in LookupTemplateName()
H A DSemaDeclCXX.cpp4477 R.setLookupName(MemberOrBase); in BuildMemInitializer()
H A DSemaExpr.cpp2576 R.setLookupName(Corrected.getCorrection()); in DiagnoseEmptyLookup()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DLookup.h270 void setLookupName(DeclarationName Name) { in setLookupName() function