Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp7674 for (auto *PVDecl : Decl->parameters()) { in getObjCEncodingForBlock() local
7675 QualType PType = PVDecl->getOriginalType(); in getObjCEncodingForBlock()
7681 PType = PVDecl->getType(); in getObjCEncodingForBlock()
7683 PType = PVDecl->getType(); in getObjCEncodingForBlock()
7717 for (auto *PVDecl : Decl->parameters()) { in getObjCEncodingForFunctionDecl() local
7718 QualType PType = PVDecl->getOriginalType(); in getObjCEncodingForFunctionDecl()
7724 PType = PVDecl->getType(); in getObjCEncodingForFunctionDecl()
7726 PType = PVDecl->getType(); in getObjCEncodingForFunctionDecl()
7788 const ParmVarDecl *PVDecl = *PI; in getObjCEncodingForMethodDecl() local
7789 QualType PType = PVDecl->getOriginalType(); in getObjCEncodingForMethodDecl()
[all …]