HomeSort by relevance Sort by last modified time
    Searched refs:ContextTy (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/libbcc/include/bcc/ExecutionEngine/
SymbolResolvers.h 103 template<typename ContextTy = void *>
106 typedef void *(*LookupFunctionTy)(ContextTy pContext, const char *pName);
110 ContextTy mContext;
114 ContextTy pContext = NULL)
123 inline ContextTy getContext() const
128 inline void setContext(ContextTy pContext)
  /external/clang/lib/Sema/
SemaAccess.cpp 369 CanQual<FunctionProtoType> ContextTy
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
415 if (MightInstantiateTo(S, ContextTy, FriendTy))
    [all...]

Completed in 156 milliseconds