Lines Matching refs:getSema
293 IDNS = getIDNS(LookupKind, getSema().getLangOpts().CPlusPlus, in configure()
304 getSema().DeclareGlobalNewDelete(); in configure()
315 if (!getSema().Context.BuiltinInfo.isPredefinedLibFunction(BuiltinID)) in configure()
513 QualType T = getSema().Context.getTypeDeclType(TD); in resolveKind()
515 std::make_pair(getSema().Context.getCanonicalType(T), I)); in resolveKind()
535 if (isPreferredLookupResult(getSema(), getLookupKind(), Decls[I], in resolveKind()
562 if (getSema().isEquivalentInternalLinkageDeclaration(HasNonFunction, in resolveKind()
600 getSema().diagnoseEquivalentInternalLinkageDeclarations( in resolveKind()
888 = R.getSema().Context.getFunctionType(R.getLookupName().getCXXNameType(), in LookupDirect()
893 if (R.getSema().DeduceTemplateArguments(ConvTemplate, nullptr, ExpectedType, in LookupDirect()
1579 return findAcceptableDecl(getSema(), D); in getAcceptableDeclSlow()
3362 !Result.getSema().getLangOpts().CPlusPlus) { in LookupVisibleDecls()
3363 auto &S = Result.getSema(); in LookupVisibleDecls()
3391 Result.getSema().ForceDeclarationOfImplicitMembers(Class); in LookupVisibleDecls()
3543 LookupResult IvarResult(Result.getSema(), Result.getLookupName(), in LookupVisibleDecls()
3573 Entity = Result.getSema().Context.getTranslationUnitDecl(); in LookupVisibleDecls()