Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DASTContext.cpp5204 for (auto PVDecl : Decl->parameters()) { in getObjCEncodingForBlock() local
5205 QualType PType = PVDecl->getOriginalType(); in getObjCEncodingForBlock()
5211 PType = PVDecl->getType(); in getObjCEncodingForBlock()
5213 PType = PVDecl->getType(); in getObjCEncodingForBlock()
5246 for (auto PVDecl : Decl->parameters()) { in getObjCEncodingForFunctionDecl() local
5247 QualType PType = PVDecl->getOriginalType(); in getObjCEncodingForFunctionDecl()
5253 PType = PVDecl->getType(); in getObjCEncodingForFunctionDecl()
5255 PType = PVDecl->getType(); in getObjCEncodingForFunctionDecl()
5317 const ParmVarDecl *PVDecl = *PI; in getObjCEncodingForMethodDecl() local
5318 QualType PType = PVDecl->getOriginalType(); in getObjCEncodingForMethodDecl()
[all …]