Lines Matching refs:LookupQualifiedName
193 LookupQualifiedName(Found, LookupCtx); in getDestructorName()
475 LookupQualifiedName(R, getStdNamespace()); in ActOnCXXTypeid()
480 LookupQualifiedName(R, Context.getTranslationUnitDecl()); in ActOnCXXTypeid()
600 LookupQualifiedName(R, Context.getTranslationUnitDecl()); in ActOnCXXUuidof()
1339 S.LookupQualifiedName(ops, record->getDecl()); in doesUsualArrayDeleteWantSize()
2046 LookupQualifiedName(FoundDelete, RD); in FindAllocationFunctions()
2053 LookupQualifiedName(FoundDelete, Context.getTranslationUnitDecl()); in FindAllocationFunctions()
2199 LookupQualifiedName(R, Ctx); in FindAllocationOverload()
2462 LookupQualifiedName(FoundDelete, Context.getTranslationUnitDecl()); in FindUsualDeallocationFunction()
2506 LookupQualifiedName(Found, RD); in FindDeallocationFunction()
3902 if (Self.LookupQualifiedName(Res, RD)) { in HasNoThrowOperator()