Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp7569 for (auto PVDecl : Decl->parameters()) { in getObjCEncodingForBlock() local
7570 QualType PType = PVDecl->getOriginalType(); in getObjCEncodingForBlock()
7576 PType = PVDecl->getType(); in getObjCEncodingForBlock()
7578 PType = PVDecl->getType(); in getObjCEncodingForBlock()
7612 for (auto PVDecl : Decl->parameters()) { in getObjCEncodingForFunctionDecl() local
7613 QualType PType = PVDecl->getOriginalType(); in getObjCEncodingForFunctionDecl()
7619 PType = PVDecl->getType(); in getObjCEncodingForFunctionDecl()
7621 PType = PVDecl->getType(); in getObjCEncodingForFunctionDecl()
7683 const ParmVarDecl *PVDecl = *PI; in getObjCEncodingForMethodDecl() local
7690 PType = PVDecl->getType(); in getObjCEncodingForMethodDecl()
[all …]