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

/external/clang/lib/Sema/
H A DSemaAccess.cpp371 CanQual<FunctionProtoType> ContextTy local
377 if (FriendTy.getQualifiers() != ContextTy.getQualifiers())
380 if (FriendTy->getNumArgs() != ContextTy->getNumArgs())
384 ContextTy->getResultType(),
390 ContextTy->getArgType(I),
417 CanQualType ContextTy local
419 if (MightInstantiateTo(S, ContextTy, FriendTy))

Completed in 60 milliseconds