Searched refs:PVD (Results 1 - 7 of 7) sorted by path

/frameworks/compile/slang/
H A Dslang_backend.cpp419 const clang::ParmVarDecl *PVD = FD->getParamDecl(i); local
420 clang::QualType QT = PVD->getOriginalType();
423 PVD->getTypeSpecStartLoc(),
H A Dslang_rs_check_ast.cpp191 clang::ParmVarDecl *PVD = FD->getParamDecl(i); local
192 clang::QualType QT = PVD->getType().getCanonicalType();
193 if (!RSExportType::ValidateType(Context, C, QT, PVD, PVD->getLocStart(),
H A Dslang_rs_export_foreach.cpp112 const clang::ParmVarDecl *PVD = FD->getParamDecl(i); local
113 clang::QualType QT = PVD->getType().getCanonicalType();
116 Context->ReportError(PVD->getLocation(),
121 << PVD->getName() << PVD->getType().getAsString();
129 mOut = PVD;
131 Context->ReportError(PVD->getLocation(),
135 << FD->getName() << mOut->getName() << PVD->getName();
140 mIns.push_back(PVD);
142 mUsrData = PVD;
200 const clang::ParmVarDecl *PVD = FD->getParamDecl(i); local
329 const clang::ParmVarDecl *PVD = FE->mUsrData; local
449 const clang::ParmVarDecl *PVD = FD->getParamDecl(0); local
[all...]
H A Dslang_rs_export_func.cpp79 const clang::ParmVarDecl *PVD = FD->getParamDecl(i); local
80 llvm::StringRef ParamName = PVD->getName();
82 if (PVD->hasDefaultArg())
93 PVD->getIdentifier(),
94 PVD->getOriginalType(),
H A Dslang_rs_object_ref_count.cpp72 const clang::ParmVarDecl *PVD = FD->getParamDecl(0); local
73 clang::QualType PVT = PVD->getOriginalType();
H A Dslang_rs_special_func.cpp65 const clang::ParmVarDecl *PVD = FD->getParamDecl(0); local
66 clang::QualType QT = PVD->getType().getCanonicalType();
68 Context->ReportError(PVD->getLocation(),
71 << PVD->getType();
H A Dslang_rs_special_kernel_param.cpp115 const clang::ParmVarDecl *PVD = FD->getParamDecl(i); local
116 const llvm::StringRef ParamName = PVD->getName();
117 const clang::QualType Type = PVD->getType();
130 PVD->getLocation(),
141 Context->ReportError(PVD->getLocation(),
156 Context->ReportError(PVD->getLocation(),
168 PVD->getLocation(),
182 Context->ReportError(PVD->getLocation(),
193 PVD->getLocation(),
209 Context->ReportError(PVD
[all...]

Completed in 639 milliseconds