reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
782 if (parseMDNode(PFS, Var, Object.DebugVar) || 783 parseMDNode(PFS, Expr, Object.DebugExpr) || 784 parseMDNode(PFS, Loc, Object.DebugLoc)) 791 if (typecheckMDNode(DIVar, Var, Object.DebugVar, "DILocalVariable", *this) || 792 typecheckMDNode(DIExpr, Expr, Object.DebugExpr, "DIExpression", *this) || 793 typecheckMDNode(DILoc, Loc, Object.DebugLoc, "DILocation", *this))