Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp8137 for (auto *PVDecl : Decl->parameters()) { in getObjCEncodingForBlock() local
8138 QualType PType = PVDecl->getOriginalType(); in getObjCEncodingForBlock()
8144 PType = PVDecl->getType(); in getObjCEncodingForBlock()
8146 PType = PVDecl->getType(); in getObjCEncodingForBlock()
8180 for (auto *PVDecl : Decl->parameters()) { in getObjCEncodingForFunctionDecl() local
8181 QualType PType = PVDecl->getOriginalType(); in getObjCEncodingForFunctionDecl()
8187 PType = PVDecl->getType(); in getObjCEncodingForFunctionDecl()
8189 PType = PVDecl->getType(); in getObjCEncodingForFunctionDecl()
8251 const ParmVarDecl *PVDecl = *PI; in getObjCEncodingForMethodDecl() local
8252 QualType PType = PVDecl->getOriginalType(); in getObjCEncodingForMethodDecl()
[all …]