Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp6922 for (auto PVDecl : Decl->parameters()) { in getObjCEncodingForBlock() local
6923 QualType PType = PVDecl->getOriginalType(); in getObjCEncodingForBlock()
6929 PType = PVDecl->getType(); in getObjCEncodingForBlock()
6931 PType = PVDecl->getType(); in getObjCEncodingForBlock()
6965 for (auto PVDecl : Decl->parameters()) { in getObjCEncodingForFunctionDecl() local
6966 QualType PType = PVDecl->getOriginalType(); in getObjCEncodingForFunctionDecl()
6972 PType = PVDecl->getType(); in getObjCEncodingForFunctionDecl()
6974 PType = PVDecl->getType(); in getObjCEncodingForFunctionDecl()
7036 const ParmVarDecl *PVDecl = *PI; in getObjCEncodingForMethodDecl() local
7043 PType = PVDecl->getType(); in getObjCEncodingForMethodDecl()
[all …]