Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp6941 for (auto PVDecl : Decl->parameters()) { in getObjCEncodingForBlock() local
6942 QualType PType = PVDecl->getOriginalType(); in getObjCEncodingForBlock()
6948 PType = PVDecl->getType(); in getObjCEncodingForBlock()
6950 PType = PVDecl->getType(); in getObjCEncodingForBlock()
6984 for (auto PVDecl : Decl->parameters()) { in getObjCEncodingForFunctionDecl() local
6985 QualType PType = PVDecl->getOriginalType(); in getObjCEncodingForFunctionDecl()
6991 PType = PVDecl->getType(); in getObjCEncodingForFunctionDecl()
6993 PType = PVDecl->getType(); in getObjCEncodingForFunctionDecl()
7055 const ParmVarDecl *PVDecl = *PI; in getObjCEncodingForMethodDecl() local
7062 PType = PVDecl->getType(); in getObjCEncodingForMethodDecl()
[all …]