Home
last modified time | relevance | path

Searched refs:PVDecl (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/AST/
DASTContext.cpp5099 for (auto PVDecl : Decl->params()) { in getObjCEncodingForBlock() local
5100 QualType PType = PVDecl->getOriginalType(); in getObjCEncodingForBlock()
5106 PType = PVDecl->getType(); in getObjCEncodingForBlock()
5108 PType = PVDecl->getType(); in getObjCEncodingForBlock()
5141 for (auto PVDecl : Decl->params()) { in getObjCEncodingForFunctionDecl() local
5142 QualType PType = PVDecl->getOriginalType(); in getObjCEncodingForFunctionDecl()
5148 PType = PVDecl->getType(); in getObjCEncodingForFunctionDecl()
5150 PType = PVDecl->getType(); in getObjCEncodingForFunctionDecl()
5212 const ParmVarDecl *PVDecl = *PI; in getObjCEncodingForMethodDecl() local
5213 QualType PType = PVDecl->getOriginalType(); in getObjCEncodingForMethodDecl()
[all …]