Lines Matching defs:Dec
399 const NamedDecl *Dec;
415 : Dec(D), Exp(E), Ctx(C) {}
419 : Dec(D), Ref(R), Ctx(C) {}
480 const NamedDecl *Dec = VarDefinitions[i].Dec;
481 if (!Dec) {
485 Dec->printName(llvm::errs());
486 llvm::errs() << "." << i << " " << ((const void*) Dec);
659 const NamedDecl *Dec = P.first;
660 const unsigned *i2 = C2.lookup(Dec);
662 Result = removeDefinition(Dec, Result);
664 Result = clearDefinition(Dec, Result);