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

/external/clang/lib/Sema/
H A DSemaAccess.cpp369 CanQual<FunctionProtoType> ContextTy local
375 if (FriendTy.getQualifiers() != ContextTy.getQualifiers())
378 if (FriendTy->getNumParams() != ContextTy->getNumParams())
381 if (!MightInstantiateTo(S, ContextTy->getReturnType(),
386 if (!MightInstantiateTo(S, ContextTy->getParamType(I),
413 CanQualType ContextTy local
415 if (MightInstantiateTo(S, ContextTy, FriendTy))

Completed in 394 milliseconds