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

/external/clang/include/clang/Sema/
H A DLookup.h209 void setLookupName(DeclarationName Name) { function in class:clang::LookupResult
/external/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp565 Found.setLookupName(Corrected.getCorrection());
567 Found.setLookupName(&Identifier);
H A DSemaExprMember.cpp649 R.setLookupName(Corrected.getCorrection());
H A DSemaLookup.cpp3698 Result.setLookupName(QR.getCorrectionAsIdentifierInfo());
3899 Res.setLookupName(Name);
H A DSemaTemplate.cpp330 Found.setLookupName(Corrected.getCorrection());
347 Found.setLookupName(Name);
H A DSemaDecl.cpp806 Result.setLookupName(Corrected.getCorrection());
6330 Previous.setLookupName(Correction.getCorrection());
6384 Previous.setLookupName(Name);
H A DSemaDeclCXX.cpp2660 R.setLookupName(MemberOrBase);
7721 R.setLookupName(Corrected.getCorrection());
H A DSemaExpr.cpp1850 R.setLookupName(Corrected.getCorrection());

Completed in 479 milliseconds