OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
371
CanQual<FunctionProtoType>
ContextTy
377
if (FriendTy.getQualifiers() !=
ContextTy
.getQualifiers())
380
if (FriendTy->getNumArgs() !=
ContextTy
->getNumArgs())
384
ContextTy
->getResultType(),
390
ContextTy
->getArgType(I),
417
CanQualType
ContextTy
419
if (MightInstantiateTo(S,
ContextTy
, FriendTy))
[
all
...]
Completed in 45 milliseconds