Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DASTContext.cpp4827 for (auto PVDecl : Decl->params()) { in getObjCEncodingForBlock() local
4828 QualType PType = PVDecl->getOriginalType(); in getObjCEncodingForBlock()
4834 PType = PVDecl->getType(); in getObjCEncodingForBlock()
4836 PType = PVDecl->getType(); in getObjCEncodingForBlock()
4869 for (auto PVDecl : Decl->params()) { in getObjCEncodingForFunctionDecl() local
4870 QualType PType = PVDecl->getOriginalType(); in getObjCEncodingForFunctionDecl()
4876 PType = PVDecl->getType(); in getObjCEncodingForFunctionDecl()
4878 PType = PVDecl->getType(); in getObjCEncodingForFunctionDecl()
4940 const ParmVarDecl *PVDecl = *PI; in getObjCEncodingForMethodDecl() local
4941 QualType PType = PVDecl->getOriginalType(); in getObjCEncodingForMethodDecl()
[all …]