Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp7681 for (auto *PVDecl : Decl->parameters()) { in getObjCEncodingForBlock() local
7682 QualType PType = PVDecl->getOriginalType(); in getObjCEncodingForBlock()
7688 PType = PVDecl->getType(); in getObjCEncodingForBlock()
7690 PType = PVDecl->getType(); in getObjCEncodingForBlock()
7724 for (auto *PVDecl : Decl->parameters()) { in getObjCEncodingForFunctionDecl() local
7725 QualType PType = PVDecl->getOriginalType(); in getObjCEncodingForFunctionDecl()
7731 PType = PVDecl->getType(); in getObjCEncodingForFunctionDecl()
7733 PType = PVDecl->getType(); in getObjCEncodingForFunctionDecl()
7795 const ParmVarDecl *PVDecl = *PI; in getObjCEncodingForMethodDecl() local
7802 PType = PVDecl->getType(); in getObjCEncodingForMethodDecl()
[all …]