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.cpp8735 for (auto *PVDecl : Decl->parameters()) { in getObjCEncodingForBlock() local
8736 QualType PType = PVDecl->getOriginalType(); in getObjCEncodingForBlock()
8742 PType = PVDecl->getType(); in getObjCEncodingForBlock()
8744 PType = PVDecl->getType(); in getObjCEncodingForBlock()
8778 for (auto *PVDecl : Decl->parameters()) { in getObjCEncodingForFunctionDecl() local
8779 QualType PType = PVDecl->getOriginalType(); in getObjCEncodingForFunctionDecl()
8785 PType = PVDecl->getType(); in getObjCEncodingForFunctionDecl()
8787 PType = PVDecl->getType(); in getObjCEncodingForFunctionDecl()
8849 const ParmVarDecl *PVDecl = *PI; in getObjCEncodingForMethodDecl() local
8850 QualType PType = PVDecl->getOriginalType(); in getObjCEncodingForMethodDecl()
[all …]