Searched refs:getLookupNameInfo (Results 1 - 9 of 9) sorted by relevance

/external/clang/lib/Sema/
H A DSemaExprMember.cpp250 << R.getLookupNameInfo().getName();
263 R.getLookupNameInfo());
546 R.getLookupNameInfo());
643 TypoCorrection Corrected = SemaRef.CorrectTypo(R.getLookupNameInfo(),
946 const DeclarationNameInfo &MemberNameInfo = R.getLookupNameInfo();
1039 return BuildDeclarationNameExpr(SS, R.getLookupNameInfo(), MemberDecl);
1285 R.getLookupNameInfo(), Sema::LookupMemberName, nullptr, nullptr,
H A DSemaCXXScopeSpec.cpp514 LookupResult R(*this, Found.getLookupNameInfo(), LookupOrdinaryName);
547 CorrectTypo(Found.getLookupNameInfo(), Found.getLookupKind(), S,
H A DSemaTemplateVariadic.cpp811 if (TypoCorrection Corrected = CorrectTypo(R.getLookupNameInfo(),
H A DSemaTemplate.cpp326 if (TypoCorrection Corrected = CorrectTypo(Found.getLookupNameInfo(),
2847 return CheckVarTemplateId(SS, R.getLookupNameInfo(),
2859 R.getLookupNameInfo(),
H A DSemaExpr.cpp1804 R.getLookupNameInfo(),
1845 if (S && (Corrected = CorrectTypo(R.getLookupNameInfo(), R.getLookupKind(),
2670 return BuildDeclarationNameExpr(SS, R.getLookupNameInfo(), R.getFoundDecl(),
2688 R.getLookupNameInfo(),
H A DSemaExprObjC.cpp1897 CorrectTypo(Result.getLookupNameInfo(), Result.getLookupKind(), S,
H A DSemaDecl.cpp287 TypoCorrection Correction = CorrectTypo(Result.getLookupNameInfo(),
763 if (TypoCorrection Corrected = CorrectTypo(Result.getLookupNameInfo(),
6323 Prev.getLookupNameInfo(), Prev.getLookupKind(), S,
H A DSemaDeclCXX.cpp2668 (Corr = CorrectTypo(R.getLookupNameInfo(), R.getLookupKind(), S, &SS,
7056 if (TypoCorrection Corrected = S.CorrectTypo(R.getLookupNameInfo(),
7687 if (TypoCorrection Corrected = CorrectTypo(R.getLookupNameInfo(),
/external/clang/include/clang/Sema/
H A DLookup.h194 const DeclarationNameInfo &getLookupNameInfo() const { function in class:clang::LookupResult

Completed in 203 milliseconds