Lines Matching refs:getLookupName
692 llvm::errs() << "lookup results for " << getLookupName().getAsString() in dump()
925 IdentifierInfo *II = R.getLookupName().getAsIdentifierInfo(); in LookupBuiltin()
1119 DeclareImplicitMemberFunctionsWithName(S, R.getLookupName(), R.getNameLoc(), in LookupDirect()
1123 DeclContext::lookup_result DR = DC->lookup(R.getLookupName()); in LookupDirect()
1134 if (R.getLookupName().getNameKind() in LookupDirect()
1136 R.getLookupName().getCXXNameType()->isDependentType() || in LookupDirect()
1152 R.getLookupName().getCXXNameType()->getContainedDeducedType(); in LookupDirect()
1153 if (R.getLookupName().getNameKind() == in LookupDirect()
1198 R.getLookupName().getCXXNameType(), std::nullopt, EPI); in LookupDirect()
1274 DeclarationName Name = R.getLookupName(); in CppLookupName()
2177 DeclarationName Name = R.getLookupName(); in LookupName()
2396 if (!R.getLookupName()) in LookupQualifiedName()
2432 if (DeclarationName Name = R.getLookupName(); in LookupQualifiedName()
2488 DeclarationName Name = R.getLookupName(); in LookupQualifiedName()
2762 DeclarationName Name = Result.getLookupName(); in DiagnoseAmbiguousLookup()
3720 Diag(R.getNameLoc(), diag::err_ovl_ambiguous_call) << R.getLookupName(); in LookupLiteralOperator()
3738 << R.getLookupName() << (int)ArgTys.size() << ArgTys[0] in LookupLiteralOperator()
4285 LookupResult IvarResult(Result.getSema(), Result.getLookupName(), in lookupInScope()