Home | History | Annotate | Download | only in Analysis

Lines Matching refs:Dec

962     const NamedDecl *Dec;  // The original declaration for this variable.
972 : Dec(D), Exp(E), Ref(0), Ctx(C)
977 : Dec(D), Exp(0), Ref(R), Ctx(C)
1040 const NamedDecl *Dec = VarDefinitions[i].Dec;
1041 if (!Dec) {
1045 Dec->printName(llvm::errs());
1046 llvm::errs() << "." << i << " " << ((const void*) Dec);
1218 const NamedDecl *Dec = I.getKey();
1220 const unsigned *i2 = C2.lookup(Dec);
1222 Result = removeDefinition(Dec, Result);
1224 Result = clearDefinition(Dec, Result);
1235 const NamedDecl *Dec = I.getKey();
1237 Result = addReference(Dec, i, Result);
1247 const NamedDecl *Dec = I.getKey();
1252 const unsigned *i2 = C2.lookup(Dec);