HomeSort by: relevance | last modified time | path
    Searched refs:oldDecl (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDeclObjC.cpp 208 const ParmVarDecl *oldDecl = (*oi);
211 oldDecl->hasAttr<NSConsumedAttr>()) {
216 Diag(oldDecl->getLocation(), diag::note_previous_decl) << "parameter";
219 diagnoseNoescape(newDecl, oldDecl, *this);
SemaDecl.cpp 2983 const ParmVarDecl *oldDecl,
2990 if (CDA && !oldDecl->hasAttr<CarriesDependencyAttr>()) {
2996 cast<FunctionDecl>(oldDecl->getDeclContext())->getFirstDecl();
2998 FirstFD->getParamDecl(oldDecl->getFunctionScopeIndex());
3003 if (!oldDecl->hasAttrs())
3012 for (const auto *I : oldDecl->specific_attrs<InheritableParamAttr>()) {
6483 static void checkDLLAttributeRedeclaration(Sema &S, NamedDecl *OldDecl,
6487 if (OldDecl->isInvalidDecl() || NewDecl->isInvalidDecl())
6491 if (TemplateDecl *OldTD = dyn_cast<TemplateDecl>(OldDecl)) {
6492 OldDecl = OldTD->getTemplatedDecl()
    [all...]

Completed in 47 milliseconds