Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaCXXScopeSpec.cpp640 Found.setLookupName(Corrected.getCorrection()); in BuildCXXNestedNameSpecifier()
642 Found.setLookupName(&Identifier); in BuildCXXNestedNameSpecifier()
DSemaExprMember.cpp697 R.setLookupName(TC.getCorrection()); in LookupMemberExprInRecord()
DSemaLookup.cpp4096 Result.setLookupName(QR.getCorrectionAsIdentifierInfo()); in performQualifiedLookups()
4272 Res.setLookupName(Name); in LookupPotentialTypoResult()
DSemaTemplate.cpp333 Found.setLookupName(Corrected.getCorrection()); in LookupTemplateName()
350 Found.setLookupName(Name); in LookupTemplateName()
DSemaDecl.cpp895 Result.setLookupName(Corrected.getCorrection()); in ClassifyName()
7208 Previous.setLookupName(Correction.getCorrection()); in DiagnoseInvalidRedeclaration()
7262 Previous.setLookupName(Name); in DiagnoseInvalidRedeclaration()
DSemaExprCXX.cpp6692 R.setLookupName(ND->getDeclName()); in attemptRecovery()
DSemaDeclCXX.cpp2940 R.setLookupName(MemberOrBase); in BuildMemInitializer()
DSemaExpr.cpp1965 R.setLookupName(Corrected.getCorrection()); in DiagnoseEmptyLookup()
/external/clang/include/clang/Sema/
DLookup.h252 void setLookupName(DeclarationName Name) { in setLookupName() function