Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp6216 for (auto PVDecl : Decl->parameters()) { in getObjCEncodingForBlock() local
6217 QualType PType = PVDecl->getOriginalType(); in getObjCEncodingForBlock()
6223 PType = PVDecl->getType(); in getObjCEncodingForBlock()
6225 PType = PVDecl->getType(); in getObjCEncodingForBlock()
6259 for (auto PVDecl : Decl->parameters()) { in getObjCEncodingForFunctionDecl() local
6260 QualType PType = PVDecl->getOriginalType(); in getObjCEncodingForFunctionDecl()
6266 PType = PVDecl->getType(); in getObjCEncodingForFunctionDecl()
6268 PType = PVDecl->getType(); in getObjCEncodingForFunctionDecl()
6329 const ParmVarDecl *PVDecl = *PI; in getObjCEncodingForMethodDecl() local
6336 PType = PVDecl->getType(); in getObjCEncodingForMethodDecl()
[all …]