OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCanonicalParamType
(Results
1 - 4
of
4
) sorted by null
/external/clang/lib/CodeGen/
CGCall.cpp
184
ArgTys.push_back(Context.
getCanonicalParamType
(MD->getSelfDecl()->getType()));
185
ArgTys.push_back(Context.
getCanonicalParamType
(Context.getObjCSelType()));
189
ArgTys.push_back(Context.
getCanonicalParamType
((*i)->getType()));
222
ArgTys.push_back(Context.
getCanonicalParamType
(i->Ty));
233
ArgTys.push_back(Context.
getCanonicalParamType
((*i)->getType()));
[
all
...]
CGObjCMac.cpp
209
CanQualType IdType = Ctx.
getCanonicalParamType
(Ctx.getObjCIdType());
210
CanQualType SelType = Ctx.
getCanonicalParamType
(Ctx.getObjCSelType());
227
CanQualType IdType = Ctx.
getCanonicalParamType
(Ctx.getObjCIdType());
228
CanQualType SelType = Ctx.
getCanonicalParamType
(Ctx.getObjCSelType());
265
Params.push_back(Ctx.
getCanonicalParamType
(Ctx.getObjCIdType()));
[
all
...]
/external/clang/include/clang/AST/
ASTContext.h
[
all
...]
/external/clang/lib/AST/
ASTContext.cpp
[
all
...]
Completed in 21 milliseconds